summaryrefslogtreecommitdiff
path: root/thirdparty/vhacd
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/vhacd')
-rw-r--r--thirdparty/vhacd/src/FloatMath.inl4
1 files changed, 4 insertions, 0 deletions
diff --git a/thirdparty/vhacd/src/FloatMath.inl b/thirdparty/vhacd/src/FloatMath.inl
index ce529e6f71..a30deba45d 100644
--- a/thirdparty/vhacd/src/FloatMath.inl
+++ b/thirdparty/vhacd/src/FloatMath.inl
@@ -7,6 +7,10 @@
// a quaternion is a 'float *' to 4 floats representing a quaternion x,y,z,w
//
+#ifdef _MSC_VER
+#pragma warning(disable:4996)
+#endif
+
namespace FLOAT_MATH
{