]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - matrixlib.c
fix "wrong ping times" issue once and for all (I don't see another fix that wouldn...
[xonotic/darkplaces.git] / matrixlib.c
index 5f5ea1063473ac3b78b81e36dbc78ee5a149519c..a0499861b6161ccdb86ecdc48a8b1a977758b285 100644 (file)
@@ -1,7 +1,13 @@
+#include "quakedef.h"
 
 #include <math.h>
 #include "matrixlib.h"
 
+#ifdef _MSC_VER
+#pragma warning(disable : 4244)     // LordHavoc: MSVC++ 4 x86, double/float
+#pragma warning(disable : 4305)         // LordHavoc: MSVC++ 6 x86, double/float
+#endif
+
 const matrix4x4_t identitymatrix =
 {
        {