aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-07-07 10:56:31 -0400
committerNick Mathewson <nickm@torproject.org>2017-07-07 10:56:31 -0400
commit66c85cd8812c7d862edafc03b8e04bf3555733a3 (patch)
tree48025c26abab4219fdbed68e710dab94d6c951c2 /src
parent2dd1e21212c470e70be580a41c970380fc3c1bd9 (diff)
parented0fb218342dcf7cc54f6abd9078dcd3efa5452c (diff)
downloadtor-66c85cd8812c7d862edafc03b8e04bf3555733a3.tar.gz
tor-66c85cd8812c7d862edafc03b8e04bf3555733a3.zip
Merge branch 'maint-0.2.9' into maint-0.3.0
Diffstat (limited to 'src')
-rw-r--r--src/test/test_switch_id.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_switch_id.c b/src/test/test_switch_id.c
index 322f5bdc7a..e12205bb2e 100644
--- a/src/test/test_switch_id.c
+++ b/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;