Ignoring another (-Wunused-variable) compiler warning.

This commit is contained in:
Faerbit 2014-11-14 23:11:03 +01:00
parent 3625cd31d7
commit 229ff9c4f8

View File

@ -17,6 +17,8 @@ subject to the following restrictions:
#ifndef BT_OBJECT_ARRAY__
#define BT_OBJECT_ARRAY__
#pragma GCC diagnostic ignored "-Wunused-variable"
#include "btScalar.h" // has definitions like SIMD_FORCE_INLINE
#include "btAlignedAllocator.h"