Browse Source

mingw fix: avoid "unused var" warning.

Nick Mathewson 7 years ago
parent
commit
19615bce64
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/test/test_switch_id.c

+ 1 - 0
src/test/test_switch_id.c

@@ -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;