Changeset 2391


Ignore:
Timestamp:
Feb 10, 2013, 12:33:43 AM (10 years ago)
Author:
sam
Message:

build: remove compiler flags unbeknownst to old GCC versions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bullet/Makefile.am

    r2388 r2391  
    66liblolbullet_a_SOURCES = $(bullet_sources)
    77liblolbullet_a_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir) \
    8     -Wno-shadow -Wno-unused -Wno-cast-qual -Wno-strict-aliasing \
    9     -Wno-maybe-uninitialized -Wno-narrowing -Wno-parentheses \
    10     -Wno-reorder
     8    -Wno-extra -Wno-shadow -Wno-unused -Wno-cast-qual -Wno-strict-aliasing \
     9    -Wno-parentheses -Wno-reorder
    1110
    1211bullet_sources =
Note: See TracChangeset for help on using the changeset viewer.