summaryrefslogtreecommitdiff
path: root/tests/tableopts.l4
diff options
context:
space:
mode:
authorMariusz PluciƄski <mplucinski@mplucinski.com>2014-07-25 17:16:26 +0200
committerWill Estes <westes575@gmail.com>2014-11-25 08:28:24 -0500
commitfef17765ca418361dd1260ae012d8f4a15d7f93c (patch)
tree2659c713ba9972c858061daa1a51b6767f6998c7 /tests/tableopts.l4
parent9ba547712870d4bc690ef9b712950e9df9a707dc (diff)
Remove a few `unused variable` warnings
Diffstat (limited to 'tests/tableopts.l4')
-rw-r--r--tests/tableopts.l42
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tableopts.l4 b/tests/tableopts.l4
index 3ad6199..f0358dd 100644
--- a/tests/tableopts.l4
+++ b/tests/tableopts.l4
@@ -50,6 +50,8 @@ int main ( int argc, char** argv )
#ifdef TEST_IS_REENTRANT
yylex_init(&yyscanner);
+#else
+ (void)yyscanner;
#endif
#ifdef TEST_HAS_TABLES_EXTERNAL