]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/socket.cpp
fixed some warnings about unused variables values
[wxWidgets.git] / src / common / socket.cpp
index 5816414509dc08f8c3526a084158287498d7261e..18030b71e01993f56f008cef88330ece69f37f59 100644 (file)
@@ -13,7 +13,7 @@
 // Declarations
 // ==========================================================================
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "socket.h"
 #endif