~vitty/armagetronad/trunk-armagetronad-breakpad

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Daniel Lee Harple
  • Date: 2011-07-13 17:48:00 UTC
  • Revision ID: leeharple@gmail.com-20110713174800-t8wwzy16ma137e9a
Suppress all long long warnings which are generated by protoc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
387
387
fi
388
388
 
389
389
dnl test $CODELEVEL -ge 2 && CXXFLAGS="$CXXFLAGS -Wshadow -Wpointer-arith -Wfloat-equal -W -Wcast-qual -Wcast-align -Wconversion -Wunreachable-code --pedantic -Winline"
390
 
test $CODELEVEL -ge 2 && CXXFLAGS="$CXXFLAGS -Wpointer-arith -W -Wcast-qual -Wcast-align --pedantic -Wno-unused-parameter"
 
390
test $CODELEVEL -ge 2 && CXXFLAGS="$CXXFLAGS -Wpointer-arith -W -Wcast-qual -Wcast-align --pedantic -Wno-unused-parameter -Wno-long-long"
391
391
test $CODELEVEL -ge 3 && CXXFLAGS="$CXXFLAGS -Weffc++ -Wshadow -Winline -Wfloat-equal -Wconversion"
392
392
test $CODELEVEL -ge 4 && CXXFLAGS="$CXXFLAGS -Werror"
393
393