diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build/bmake0 | 2 | ||||
-rwxr-xr-x | build/bmake46 | 2 | ||||
-rwxr-xr-x | build/update-creator.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/build/bmake0 b/build/bmake0 index a8c44b597..71c6b587f 100755 --- a/build/bmake0 +++ b/build/bmake0 @@ -23,7 +23,7 @@ export CXXFLAGS="-Wvariadic-macros -Wvla -Wredundant-decls \ -Wstack-protector -Wshadow -Wunused-macros -Wsynth \ -Wbuiltin-macro-redefined -Wctor-dtor-privacy -Wdeprecated -Wextra \ -Wendif-labels -Wformat=1 -Wimport -Wnon-virtual-dtor -Wpsabi \ --Wsign-promo -Wwrite-strings -D_FORTIFY_SOURCE=2 -Wc++11-compat -std=c++0x \ +-Wsign-promo -Wwrite-strings -D_FORTIFY_SOURCE=2 -Wc++17-compat \ -Wdelete-non-virtual-dtor -Wmaybe-uninitialized -Wunused-local-typedefs \ -Wvector-operation-performance -Wfree-nonheap-object -Winvalid-memory-model \ -Wnarrowing -Wzero-as-null-pointer-constant \ diff --git a/build/bmake46 b/build/bmake46 index 55355b8d0..1c3082297 100755 --- a/build/bmake46 +++ b/build/bmake46 @@ -50,7 +50,7 @@ export CXXFLAGS="-Wvariadic-macros -Wvla -Wredundant-decls \ -Wstack-protector -Wshadow -Wunused -Wunused-macros -Wsynth \ -Wbuiltin-macro-redefined -Wctor-dtor-privacy -Wdeprecated -Wextra \ -Wendif-labels -Wformat=1 -Wimport -Wnon-virtual-dtor -Wpsabi \ --Wsign-promo -Wwrite-strings -D_FORTIFY_SOURCE=2 -Wc++0x-compat \ +-Wsign-promo -Wwrite-strings -D_FORTIFY_SOURCE=2 -Wc++17-compat \ -Wno-attributes" autoreconf -i diff --git a/build/update-creator.sh b/build/update-creator.sh index f3fc9e28c..85268efb1 100755 --- a/build/update-creator.sh +++ b/build/update-creator.sh @@ -7,5 +7,5 @@ find -name \*.cpp \ -o -name \*.am \ -o -name \*.txt \ -o -name \*.xml \ - -o -name \*.manaplus \ + -o -name \*.mana \ | sort > manaplus.files |