summaryrefslogtreecommitdiffstats
path: root/unix/tclSelectNotfy.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-04-08 14:26:24 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-04-08 14:26:24 (GMT)
commita90046961eec9a59376a71549052d0f6fbb59981 (patch)
tree67a13d8f23d75abd3db39feba4b63eb058a7e747 /unix/tclSelectNotfy.c
parentd417b8e3baefb57f6159db1b6a91ca02ec44ebaa (diff)
parent3ed1f7b0557b8d9bd7c22f66594fe480359a199a (diff)
downloadtcl-a90046961eec9a59376a71549052d0f6fbb59981.zip
tcl-a90046961eec9a59376a71549052d0f6fbb59981.tar.gz
tcl-a90046961eec9a59376a71549052d0f6fbb59981.tar.bz2
Merge 8.7
Diffstat (limited to 'unix/tclSelectNotfy.c')
-rw-r--r--unix/tclSelectNotfy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclSelectNotfy.c b/unix/tclSelectNotfy.c
index e1d577f..1103dd2 100644
--- a/unix/tclSelectNotfy.c
+++ b/unix/tclSelectNotfy.c
@@ -377,7 +377,7 @@ TclpInitNotifier(void)
void
TclpFinalizeNotifier(
- ClientData clientData)
+ TCL_UNUSED(void *))
{
#if TCL_THREADS
ThreadSpecificData *tsdPtr = TCL_TSD_INIT(&dataKey);