summaryrefslogtreecommitdiff
path: root/tests/glr-regression.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/glr-regression.at')
-rw-r--r--tests/glr-regression.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/glr-regression.at b/tests/glr-regression.at
index 71f6e6d5..a815008d 100644
--- a/tests/glr-regression.at
+++ b/tests/glr-regression.at
@@ -72,7 +72,7 @@ const char *input = YY_NULLPTR;
int
main (int argc, const char* argv[])
{
- assert (argc == 2);
+ assert (argc == 2); (void) argc;
input = argv[1];
return yyparse ();
}