mingw fix: avoid "unused var" warning.

This commit is contained in:
Nick Mathewson 2017-05-19 15:50:12 -04:00
parent 8cb08f716d
commit 19615bce64
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ main(int argc, char **argv)
#if defined(_WIN32)
(void) argc;
(void) argv;
(void) which_test;
fprintf(stderr, "This test is not supported on your OS.\n");
return 77;