X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/3209eb1c4c5de8dd812e65da27df00c548f476fe..a2c525b34c24e790e37d8735c28c708c17cf9f57:/tests/torture.at diff --git a/tests/torture.at b/tests/torture.at index ad9bf9b2..d6b2806a 100644 --- a/tests/torture.at +++ b/tests/torture.at @@ -403,7 +403,7 @@ get_args (int argc, const char **argv) { int res; char *endp; - assert (argc == 2); + assert (argc == 2); (void) argc; res = strtol (argv[1], &endp, 10); assert (argv[1] != endp); assert (0 <= res);