]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/gsockmsw.c
A little better failure message
[wxWidgets.git] / src / msw / gsockmsw.c
index 6a4ead800bd4ab5cf3fe245c2121009daa25061e..8e75239ea5f2d22a5e62c981e1701b34b37920cf 100644 (file)
     /* windows.h results in tons of warnings at max warning level */
 #   ifdef _MSC_VER
 #       pragma warning(push, 1)
-        /*
-           "unreferenced inline function has been removed": this is not
-           suppressed by push above as it is given at the end of the
-           compilation unit
-         */
-#       pragma warning(disable:4514)
 #   endif
 #   include <windows.h>
 #   ifdef _MSC_VER
 #       pragma warning(pop)
+#       pragma warning(disable:4514)
 #   endif
 #endif