summaryrefslogtreecommitdiff
path: root/Examples/test-suite/preproc_defined.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/preproc_defined.i')
-rw-r--r--Examples/test-suite/preproc_defined.i1
1 files changed, 1 insertions, 0 deletions
diff --git a/Examples/test-suite/preproc_defined.i b/Examples/test-suite/preproc_defined.i
index 0a91bd98a..e1958515d 100644
--- a/Examples/test-suite/preproc_defined.i
+++ b/Examples/test-suite/preproc_defined.i
@@ -102,6 +102,7 @@ ANOTHER_MACRO(int)
void another_macro_checking(void) {
struct Defined d;
d.defined = 10;
+ (void)d;
thing(10);
stuff(10);
bumpf(10);