summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--client/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/common.h b/client/common.h
index e1c149c6..c3be6568 100644
--- a/client/common.h
+++ b/client/common.h
@@ -40,9 +40,11 @@
#include <winsock2.h>
#include <windows.h>
+#ifndef __GNUC__
#pragma warning(disable:4355)
#pragma warning(disable:4996)
#pragma warning(disable:4200)
+#endif
#define strcasecmp stricmp