diff options
Diffstat (limited to 'win/tclWinNotify.c')
| -rw-r--r-- | win/tclWinNotify.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/win/tclWinNotify.c b/win/tclWinNotify.c index f951acf..fd39428 100644 --- a/win/tclWinNotify.c +++ b/win/tclWinNotify.c @@ -367,11 +367,11 @@ TclpServiceModeHook( int TclAsyncNotifier( - int sigNumber, /* Signal number. */ - Tcl_ThreadId threadId, /* Target thread. */ - ClientData clientData, /* Notifier data. */ - int *flagPtr, /* Flag to mark. */ - int value) /* Value of mark. */ + TCL_UNUSED(int), /* Signal number. */ + TCL_UNUSED(Tcl_ThreadId), /* Target thread. */ + TCL_UNUSED(void *), /* Notifier data. */ + TCL_UNUSED(int *), /* Flag to mark. */ + TCL_UNUSED(int)) /* Value of mark. */ { return 0; } |
