commit ed0fb218342dcf7cc54f6abd9078dcd3efa5452c
parent 4858cda2df2222c61bb32269aea4f6978d6458fb
Author: Nick Mathewson <nickm@torproject.org>
Date: Fri, 7 Jul 2017 10:56:31 -0400
Merge branch 'maint-0.2.8' into maint-0.2.9
Diffstat:
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/changes/bug22838_028 b/changes/bug22838_028
@@ -0,0 +1,5 @@
+ o Minor bugfixes (compilation, mingw, backport from 0.3.1.1-alpha):
+ - Backport a fix for an "unused variable" warning that appeared
+ in some versions of mingw. Fixes bug 22838; bugfix on
+ 0.2.8.1-alpha.
+
diff --git 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;