Loading changes/bug22838_028 0 → 100644 +5 −0 Original line number Diff line number Diff line 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. src/test/test_switch_id.c +1 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
changes/bug22838_028 0 → 100644 +5 −0 Original line number Diff line number Diff line 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.
src/test/test_switch_id.c +1 −0 Original line number Diff line number Diff line Loading @@ -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; Loading