X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..90af251453884b7dab2a353280b9061a3ac02b5e:/src/msw/gsockmsw.c diff --git a/src/msw/gsockmsw.c b/src/msw/gsockmsw.c index 6a4ead800b..8e75239ea5 100644 --- a/src/msw/gsockmsw.c +++ b/src/msw/gsockmsw.c @@ -35,16 +35,11 @@ /* 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 # ifdef _MSC_VER # pragma warning(pop) +# pragma warning(disable:4514) # endif #endif