Reduce compiler warnings in bullet.

This commit is contained in:
Faerbit 2015-03-13 15:01:28 +01:00
parent 436495f0c7
commit 4d6ee7093f

View File

@ -17,6 +17,7 @@ subject to the following restrictions:
#ifndef BT_SCALAR_H
#define BT_SCALAR_H
#pragma GCC diagnostic ignored "-Wunused-variable"
#ifdef BT_MANAGED_CODE
//Aligned data types not supported in managed code
#pragma unmanaged