From 229ff9c4f87b0fddd630c576801cb558ad683bb9 Mon Sep 17 00:00:00 2001 From: Faerbit Date: Fri, 14 Nov 2014 23:11:03 +0100 Subject: [PATCH] Ignoring another (-Wunused-variable) compiler warning. --- extern/bullet/src/LinearMath/btAlignedObjectArray.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extern/bullet/src/LinearMath/btAlignedObjectArray.h b/extern/bullet/src/LinearMath/btAlignedObjectArray.h index 24e59ab..ab6c41c 100644 --- a/extern/bullet/src/LinearMath/btAlignedObjectArray.h +++ b/extern/bullet/src/LinearMath/btAlignedObjectArray.h @@ -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"