Skip to content

Commit b07958e

Browse files
author
jratcliff
committed
Fixed compiler warning on Visual Studio
1 parent 25932fd commit b07958e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/VHACD_Lib/src/FloatMath.inl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
// a quaternion is a 'float *' to 4 floats representing a quaternion x,y,z,w
88
//
99

10+
#ifdef _MSC_VER
11+
#pragma warning(disable:4996)
12+
#endif
13+
1014
namespace FLOAT_MATH
1115
{
1216

0 commit comments

Comments
 (0)