diff options
author | Jack Lloyd <[email protected]> | 2016-01-09 07:57:32 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-01-09 07:57:32 -0500 |
commit | 672d29570e55686b90126b5d6f5d337ddf0b8f04 (patch) | |
tree | 206459e94ab379ba18a8e8035b1855327aa02126 /src/build-data/cc | |
parent | 791b3dc9947a94d35e6d54b274b0512fb0ebd09c (diff) | |
parent | f391635f202cf6f83539bd69688975a30f5f874f (diff) |
Merge GH #403 add noreturn attribute on assertion failure func
Diffstat (limited to 'src/build-data/cc')
-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 c507b6f02..b00f8bd31 100644 --- a/src/build-data/cc/gcc.txt +++ b/src/build-data/cc/gcc.txt @@ -8,7 +8,7 @@ add_lib_dir_option -L add_lib_option -l lang_flags "-std=c++11 -D_REENTRANT" -maintainer_warning_flags "-Wold-style-cast -Werror -Wno-error=old-style-cast -Wno-error=zero-as-null-pointer-constant -Wno-error=unused-parameter -Wno-error=unused-variable -Wno-error=strict-overflow -Wsuggest-override" +maintainer_warning_flags "-Wold-style-cast -Werror -Wno-error=old-style-cast -Wno-error=zero-as-null-pointer-constant -Wno-error=unused-parameter -Wno-error=unused-variable -Wno-error=strict-overflow -Wsuggest-override -Wsuggest-attribute=noreturn" warning_flags "-Wall -Wextra -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -Wzero-as-null-pointer-constant -Wnon-virtual-dtor" compile_flags "-c" |