mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
mingw fix: avoid "unused var" warning.
This commit is contained in:
parent
8cb08f716d
commit
19615bce64
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ main(int argc, char **argv)
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
(void) argc;
|
(void) argc;
|
||||||
(void) argv;
|
(void) argv;
|
||||||
|
(void) which_test;
|
||||||
|
|
||||||
fprintf(stderr, "This test is not supported on your OS.\n");
|
fprintf(stderr, "This test is not supported on your OS.\n");
|
||||||
return 77;
|
return 77;
|
||||||
|
|
Loading…
Add table
Reference in a new issue