From 424d2fcfb4b943c891cf848011c91b6fd148c188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 12 Nov 2019 09:24:09 +0100 Subject: vhacd: Sync with upstream b07958e Nothing to see here, it is just a cosmetic sync to confirm that we have the latest upstream changes. --- thirdparty/vhacd/src/FloatMath.inl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'thirdparty/vhacd') 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 { -- cgit v1.2.3