Silence unused local typedef warnings from gcc+boost

This commit is contained in:
Thomas Goyne 2014-01-02 15:16:33 -08:00
parent b4e00c93c6
commit 7ba9468522
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ AS_IF([test x$enable_compiler_flags != xno], [
CXXFLAGS="$CXXFLAGS -Wall -Wextra -Wno-unused-parameter -Wno-long-long -fno-strict-aliasing -pipe -g"
AC_CXX_FLAG([-std=c++11])
AC_CXX_FLAG([-Wno-c++11-narrowing])
AC_CXX_FLAG([-Wno-unused-local-typedefs])
# -O* messes with debugging.
AS_IF([test x$enable_debug = xyes], [