]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake2/extra/qe4/qe3.h
Centralise compile checks
[xonotic/netradiant.git] / tools / quake2 / extra / qe4 / qe3.h
index 679305991b23eeaee8825145fc63932c3e1f3bb0..538b54e2a598ecc419f03a8e34074f10af52debb 100644 (file)
@@ -24,9 +24,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #define __QE3_H__
 
 // disable data conversion warnings for gl
+#if GDEF_COMPILER_MSVC
 #pragma warning(disable : 4244)     // MIPS
 #pragma warning(disable : 4136)     // X86
 #pragma warning(disable : 4051)     // ALPHA
+#endif
 
 #include <windows.h>