fix warnings (thanks to Aaron!)
This commit is contained in:
@@ -39,7 +39,11 @@ ATTRIBUTE_ALIGNED16(class) btBvhTriangleMeshShape : public btTriangleMeshShape
|
||||
|
||||
bool m_useQuantizedAabbCompression;
|
||||
bool m_ownsBvh;
|
||||
#ifdef __clang__
|
||||
bool m_pad[11] __attribute__((unused));////need padding due to alignment
|
||||
#else
|
||||
bool m_pad[11];////need padding due to alignment
|
||||
#endif
|
||||
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user