Reduce compiler warnings in bullet.
This commit is contained in:
parent
436495f0c7
commit
4d6ee7093f
1
extern/bullet/src/LinearMath/btScalar.h
vendored
1
extern/bullet/src/LinearMath/btScalar.h
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user