summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic/tclZipfs.c4
-rw-r--r--win/tclWinPipe.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclZipfs.c b/generic/tclZipfs.c
index f9a6a8f..4901292 100644
--- a/generic/tclZipfs.c
+++ b/generic/tclZipfs.c
@@ -4899,10 +4899,10 @@ TclZipfs_AppHook(
#ifdef SUPPORT_BUILTIN_ZIP_INSTALL
int *argcPtr, /* Pointer to argc */
#else
- TCL_UNUSED(int *) /*argcPtr*/,
+ TCL_UNUSED(int *), /*argcPtr*/
#endif
#ifdef _WIN32
- TCL_UNUSED(WCHAR ***)argvPtr,
+ TCL_UNUSED(WCHAR ***)) /* argvPtr */
#else /* !_WIN32 */
char ***argvPtr) /* Pointer to argv */
#endif /* _WIN32 */
diff --git a/win/tclWinPipe.c b/win/tclWinPipe.c
index 7066bd2..67cca32 100644
--- a/win/tclWinPipe.c
+++ b/win/tclWinPipe.c
@@ -363,7 +363,7 @@ PipeSetupProc(
static void
PipeCheckProc(
- TCL_UNUNSED(ClientData),
+ TCL_UNUSED(ClientData),
int flags) /* Event flags as passed to Tcl_DoOneEvent. */
{
PipeInfo *infoPtr;