diff options
Diffstat (limited to 'generic/tclMain.c')
| -rw-r--r-- | generic/tclMain.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclMain.c b/generic/tclMain.c index 8b8daf3..a25b250 100644 --- a/generic/tclMain.c +++ b/generic/tclMain.c @@ -735,7 +735,7 @@ TclFullFinalizationRequested(void) static void StdinProc( ClientData clientData, /* The state of interactive cmd line */ - int mask) /* Not used. */ + TCL_UNUSED(int) /*mask*/) { int code; size_t length; @@ -743,7 +743,6 @@ StdinProc( Tcl_Channel chan = isPtr->input; Tcl_Obj *commandPtr = isPtr->commandPtr; Tcl_Interp *interp = isPtr->interp; - (void)mask; if (Tcl_IsShared(commandPtr)) { Tcl_DecrRefCount(commandPtr); |
