diff options
author | Jack Lloyd <[email protected]> | 2017-09-17 12:06:12 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-17 12:06:12 -0400 |
commit | 12653256d4084b644b5ac9e534d03ad7d58632a5 (patch) | |
tree | 77782b6bf85a4f3858595f69e82826fcdaca75cb /src/build-data/cc/gcc.txt | |
parent | 6a5fec1cca542ee4c0dfa716dfc38e08df701e5c (diff) |
Be less forgiving in maintainer mode
Diffstat (limited to 'src/build-data/cc/gcc.txt')
-rw-r--r-- | src/build-data/cc/gcc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/cc/gcc.txt b/src/build-data/cc/gcc.txt index fdada6a3d..7249fae8e 100644 --- a/src/build-data/cc/gcc.txt +++ b/src/build-data/cc/gcc.txt @@ -12,7 +12,7 @@ lang_flags "-std=c++11 -D_REENTRANT" # This should only contain flags which are included in GCC 4.8 warning_flags "-Wall -Wextra -Wpedantic -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -Wzero-as-null-pointer-constant -Wnon-virtual-dtor" -maintainer_warning_flags "-Wold-style-cast -Wsuggest-override -Wshadow -Werror -Wno-error=old-style-cast -Wno-error=zero-as-null-pointer-constant -Wno-error=strict-overflow -Wno-error=deprecated-declarations" +maintainer_warning_flags "-Wold-style-cast -Wsuggest-override -Wshadow -Werror -Wno-error=strict-overflow -Wno-error=deprecated-declarations" compile_flags "-c" debug_info_flags "-g" |