Bläddra i källkod

build: remove compiler flags unbeknownst to old GCC versions.

legacy
Sam Hocevar sam 11 år sedan
förälder
incheckning
a6dd89be77
1 ändrade filer med 2 tillägg och 3 borttagningar
  1. +2
    -3
      src/bullet/Makefile.am

+ 2
- 3
src/bullet/Makefile.am Visa fil

@@ -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 =



Laddar…
Avbryt
Spara