summaryrefslogtreecommitdiffstats
path: root/unix/tclXtNotify.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2020-03-09 15:45:52 (GMT)
committerdgp <dgp@users.sourceforge.net>2020-03-09 15:45:52 (GMT)
commit8816b1a873ea5b502c1fcefc3b56875e281f0458 (patch)
tree6a5b73ea983c2195085a9dcec069012cf50d6a0e /unix/tclXtNotify.c
parent1baa16d30dfb27a4df336268d8acae3af327054a (diff)
downloadtcl-8816b1a873ea5b502c1fcefc3b56875e281f0458.zip
tcl-8816b1a873ea5b502c1fcefc3b56875e281f0458.tar.gz
tcl-8816b1a873ea5b502c1fcefc3b56875e281f0458.tar.bz2
TCL_UNUSED in the unix sources.
Diffstat (limited to 'unix/tclXtNotify.c')
-rw-r--r--unix/tclXtNotify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclXtNotify.c b/unix/tclXtNotify.c
index 490b739..cf99fb2 100644
--- a/unix/tclXtNotify.c
+++ b/unix/tclXtNotify.c
@@ -232,7 +232,7 @@ InitNotifier(void)
static void
NotifierExitHandler(
- ClientData clientData) /* Not used. */
+ TCL_UNUSED(ClientData))
{
if (notifier.currentTimeout != 0) {
XtRemoveTimeOut(notifier.currentTimeout);
@@ -305,7 +305,7 @@ SetTimer(
static void
TimerProc(
- XtPointer clientData, /* Not used. */
+ TCL_UNUSED(XtPointer),
XtIntervalId *id)
{
if (*id != notifier.currentTimeout) {