mirror of https://github.com/odrling/Aegisub
Silence unused local typedef warnings from gcc+boost
This commit is contained in:
parent
dce9dbf211
commit
a433a3f5e4
|
@ -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], [
|
||||
|
|
Loading…
Reference in New Issue