From a6dd89be77a0384f747157989b7120bb1e4b9d5e Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 9 Feb 2013 23:33:43 +0000 Subject: [PATCH] build: remove compiler flags unbeknownst to old GCC versions. --- src/bullet/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/bullet/Makefile.am b/src/bullet/Makefile.am index 6c5285e6..a5eff758 100644 --- a/src/bullet/Makefile.am +++ b/src/bullet/Makefile.am @@ -5,9 +5,8 @@ noinst_LIBRARIES = liblolbullet.a liblolbullet_a_SOURCES = $(bullet_sources) liblolbullet_a_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir) \ - -Wno-shadow -Wno-unused -Wno-cast-qual -Wno-strict-aliasing \ - -Wno-maybe-uninitialized -Wno-narrowing -Wno-parentheses \ - -Wno-reorder + -Wno-extra -Wno-shadow -Wno-unused -Wno-cast-qual -Wno-strict-aliasing \ + -Wno-parentheses -Wno-reorder bullet_sources =