summaryrefslogtreecommitdiffstats
path: root/win/tclAppInit.c
diff options
context:
space:
mode:
Diffstat (limited to 'win/tclAppInit.c')
-rw-r--r--win/tclAppInit.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/win/tclAppInit.c b/win/tclAppInit.c
index 3e95e3b..cc87b44 100644
--- a/win/tclAppInit.c
+++ b/win/tclAppInit.c
@@ -87,11 +87,10 @@ MODULE_SCOPE int TCL_LOCAL_MAIN_HOOK(int *argc, TCHAR ***argv);
int
main(
int argc, /* Number of command-line arguments. */
- char *dummy[]) /* Not used. */
+ TCL_UNUSED(char **))
{
TCHAR **argv;
TCHAR *p;
- (void)dummy;
#else
int
_tmain(