summaryrefslogtreecommitdiff
path: root/thirdparty/vhacd/src/FloatMath.inl
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-11-12 09:24:09 +0100
committerRémi Verschelde <rverschelde@gmail.com>2019-11-12 09:24:09 +0100
commit424d2fcfb4b943c891cf848011c91b6fd148c188 (patch)
tree87933969b3f204fd062279b63b9e101d41eba40d /thirdparty/vhacd/src/FloatMath.inl
parent1d0bd3eb71c8c7905f12dd9c5490f2560d07db78 (diff)
vhacd: Sync with upstream b07958e
Nothing to see here, it is just a cosmetic sync to confirm that we have the latest upstream changes.
Diffstat (limited to 'thirdparty/vhacd/src/FloatMath.inl')
-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
{