diff --git a/tests/test.cpp b/tests/test.cpp index 84b6b4645c..eeefa10849 100644 --- a/tests/test.cpp +++ b/tests/test.cpp @@ -28,14 +28,16 @@ #ifdef __VISUALC__ #pragma warning(disable:4100) #endif + #include -#ifdef __VISUALC__ - #pragma warning(default:4100) -#endif #include #include #include #include + +#ifdef __VISUALC__ + #pragma warning(default:4100) +#endif #include "wx/afterstd.h" #include "wx/cmdline.h"