X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b105c6ff36e5eeff19a3a00844977477cc728cc..32cdc45397d8c0a24735f84e1dcf83bba1980f2d:/tests/test.cpp?ds=sidebyside 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"