summaryrefslogtreecommitdiff
path: root/mcon
diff options
context:
space:
mode:
authorRaphael Manfredi <Raphael_Manfredi@pobox.com>2020-03-16 18:48:47 +0100
committerRaphael Manfredi <Raphael_Manfredi@pobox.com>2020-03-16 21:48:46 +0100
commit41979518039d93f7ce33c9ed1b3d16620a7bd61a (patch)
tree0b04ee5f132e507d032fc2e396bdd8bfca16d85e /mcon
parentf0b8d8aca8989710c49512ec0457539c8460f43b (diff)
Avoid compiler warning during void-support test.
Diffstat (limited to 'mcon')
-rw-r--r--mcon/U/voidflags.U2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcon/U/voidflags.U b/mcon/U/voidflags.U
index 0e0f49c..5db1db9 100644
--- a/mcon/U/voidflags.U
+++ b/mcon/U/voidflags.U
@@ -111,6 +111,8 @@ sub() {
hue = buf;
if (doit())
iptr = hue;
+?X: Avoid "variable set but not used" compilation warning
+ (void) iptr;
#endif
doit();
}