diff options
Diffstat (limited to 'config/gnu-warnings/no-cxx-developer-4.8')
| -rw-r--r-- | config/gnu-warnings/no-cxx-developer-4.8 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/gnu-warnings/no-cxx-developer-4.8 b/config/gnu-warnings/no-cxx-developer-4.8 new file mode 100644 index 0000000..d4d00e3 --- /dev/null +++ b/config/gnu-warnings/no-cxx-developer-4.8 @@ -0,0 +1,12 @@ +# no-developer warning flag added for GCC >= 4.5 +-Wstrict-overflow=2 + +# no-developer warning flag added for GCC >= 4.6 +-Wno-suggest-attribute=const + +# no-developer warning flags added for GCC >= 4.7 +-Wno-suggest-attribute=noreturn +-Wno-suggest-attribute=pure + +# no-developer warning flag added for GCC >= 4.8 +-Wno-suggest-attribute=format |
