diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-11-12 09:24:09 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-11-12 09:24:09 +0100 |
commit | 424d2fcfb4b943c891cf848011c91b6fd148c188 (patch) | |
tree | 87933969b3f204fd062279b63b9e101d41eba40d /thirdparty/vhacd/src/FloatMath.inl | |
parent | 1d0bd3eb71c8c7905f12dd9c5490f2560d07db78 (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.inl | 4 |
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 { |