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