mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Merge branch 'maint-0.2.9' into maint-0.3.0
This commit is contained in:
commit
66c85cd881
5
changes/bug22838_028
Normal file
5
changes/bug22838_028
Normal file
@ -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.
|
||||||
|
|
@ -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…
Reference in New Issue
Block a user