summaryrefslogtreecommitdiffstats
path: root/generic/tclEnv.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclEnv.c')
-rw-r--r--generic/tclEnv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclEnv.c b/generic/tclEnv.c
index da4bfe3..3ed889f 100644
--- a/generic/tclEnv.c
+++ b/generic/tclEnv.c
@@ -579,7 +579,7 @@ TclGetEnv(
/* ARGSUSED */
static char *
EnvTraceProc(
- ClientData clientData, /* Not used. */
+ ClientData dummy, /* Not used. */
Tcl_Interp *interp, /* Interpreter whose "env" variable is being
* modified. */
const char *name1, /* Better be "env". */
@@ -587,6 +587,7 @@ EnvTraceProc(
* whole array is being deleted (UTF-8). */
int flags) /* Indicates what's happening. */
{
+ (void)dummy;
/*
* For array traces, let TclSetupEnv do all the work.
*/