[DEV] remove bullet warning

This commit is contained in:
Edouard DUPIN 2014-05-28 23:32:32 +02:00
parent 3cf514f7c7
commit 23e1b9b026

View File

@ -18,10 +18,8 @@
#include <LinearMath/btVector3.h> #include <LinearMath/btVector3.h>
#include <LinearMath/btQuaternion.h> #include <LinearMath/btQuaternion.h>
namespace etk namespace etk {
{ template <typename T> class Vector3D {
template <typename T> class Vector3D
{
public: public:
T m_floats[4]; T m_floats[4];
public: public:
@ -36,6 +34,8 @@ namespace etk
m_floats[2] = (T)43523424; m_floats[2] = (T)43523424;
m_floats[3] = (T)23452345; m_floats[3] = (T)23452345;
#endif #endif
// hide a bullet warning
(void)btInfinityMask;
} }
/** /**
* @brief Constructor from scalars * @brief Constructor from scalars