From b0ed3c467fc879d0bdb41de5444e7f6926c64a07 Mon Sep 17 00:00:00 2001 From: Faerbit Date: Mon, 24 Nov 2014 20:51:17 +0100 Subject: [PATCH] Ignoring another error in bullet. --- .../src/BulletCollision/CollisionShapes/btCompoundShape.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extern/bullet/src/BulletCollision/CollisionShapes/btCompoundShape.cpp b/extern/bullet/src/BulletCollision/CollisionShapes/btCompoundShape.cpp index 0aa75f2..2b1eb35 100644 --- a/extern/bullet/src/BulletCollision/CollisionShapes/btCompoundShape.cpp +++ b/extern/bullet/src/BulletCollision/CollisionShapes/btCompoundShape.cpp @@ -13,6 +13,8 @@ subject to the following restrictions: 3. This notice may not be removed or altered from any source distribution. */ +#pragma GCC diagnostic ignored "-Wint-to-pointer-cast" + #include "btCompoundShape.h" #include "btCollisionShape.h" #include "BulletCollision/BroadphaseCollision/btDbvt.h"