summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixNotfy.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-04-08 11:36:19 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-04-08 11:36:19 (GMT)
commite287e351053621a7372984d40a4612c949bd4513 (patch)
tree907b6c3d34afba55ba07742b2432058db5f4b73d /unix/tclUnixNotfy.c
parent0b8bd5406326f887d15a55b9056d03f1b8068b99 (diff)
downloadtcl-e287e351053621a7372984d40a4612c949bd4513.zip
tcl-e287e351053621a7372984d40a4612c949bd4513.tar.gz
tcl-e287e351053621a7372984d40a4612c949bd4513.tar.bz2
Fix compiler warning when using select notifier
Diffstat (limited to 'unix/tclUnixNotfy.c')
-rw-r--r--unix/tclUnixNotfy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixNotfy.c b/unix/tclUnixNotfy.c
index 0be9ed4..c1f00d5 100644
--- a/unix/tclUnixNotfy.c
+++ b/unix/tclUnixNotfy.c
@@ -211,7 +211,7 @@ LookUpFileHandler(
void
TclpSetTimer(
- const Tcl_Time *timePtr) /* Timeout value, may be NULL. */
+ TCL_UNUSED(const Tcl_Time *)) /* Timeout value, may be NULL. */
{
/*
* The interval timer doesn't do anything in this implementation, because