summaryrefslogtreecommitdiffstats
path: root/generic/tclZipfs.c
diff options
context:
space:
mode:
authorpooryorick <com.digitalsmarties@pooryorick.com>2021-05-16 10:03:55 (GMT)
committerpooryorick <com.digitalsmarties@pooryorick.com>2021-05-16 10:03:55 (GMT)
commit3634214bbb26d84ee5eebc626e98c33decf178f8 (patch)
tree824b1245b621e2585e74b89fe4f8fd184a17e259 /generic/tclZipfs.c
parent7ee82af4aa11b02822159875e976d1469492e937 (diff)
downloadtcl-3634214bbb26d84ee5eebc626e98c33decf178f8.zip
tcl-3634214bbb26d84ee5eebc626e98c33decf178f8.tar.gz
tcl-3634214bbb26d84ee5eebc626e98c33decf178f8.tar.bz2
Eliminate compiler warnings about unused parameters.
Diffstat (limited to 'generic/tclZipfs.c')
-rw-r--r--generic/tclZipfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclZipfs.c b/generic/tclZipfs.c
index bad4cb9..399aa65 100644
--- a/generic/tclZipfs.c
+++ b/generic/tclZipfs.c
@@ -5733,7 +5733,7 @@ ZipfsAppHookFindTclInit(
static void
ZipfsExitHandler(
- ClientData clientData)
+ TCL_UNUSED(ClientData))
{
Tcl_HashEntry *hPtr;
Tcl_HashSearch search;