summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixCompat.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-18 12:35:44 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-18 12:35:44 (GMT)
commit185b0d14932f4cc8503e6dd235da5bd90ebc777c (patch)
tree9182e5085918a168d44eed5e3c4e4efb70fa456d /unix/tclUnixCompat.c
parent8844e2789a8e8d854f53069ea852ec5ef726757c (diff)
parent345894cae91f9e72bbbfd6264ab98a2263d9dd1b (diff)
downloadtcl-185b0d14932f4cc8503e6dd235da5bd90ebc777c.zip
tcl-185b0d14932f4cc8503e6dd235da5bd90ebc777c.tar.gz
tcl-185b0d14932f4cc8503e6dd235da5bd90ebc777c.tar.bz2
Merge 8.7
Diffstat (limited to 'unix/tclUnixCompat.c')
-rw-r--r--unix/tclUnixCompat.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/tclUnixCompat.c b/unix/tclUnixCompat.c
index 74b4bf3..9e43c01 100644
--- a/unix/tclUnixCompat.c
+++ b/unix/tclUnixCompat.c
@@ -1009,6 +1009,9 @@ TclWinCPUID(
: "a"(index));
#endif
status = TCL_OK;
+#else
+ (void)index;
+ (void)regsPtr;
#endif
return status;
}