summaryrefslogtreecommitdiffstats
path: root/config/gnu-warnings
diff options
context:
space:
mode:
Diffstat (limited to 'config/gnu-warnings')
-rw-r--r--config/gnu-warnings/4.82
-rw-r--r--config/gnu-warnings/cxx-4.82
2 files changed, 2 insertions, 2 deletions
diff --git a/config/gnu-warnings/4.8 b/config/gnu-warnings/4.8
index fa678ff..102ed3e 100644
--- a/config/gnu-warnings/4.8
+++ b/config/gnu-warnings/4.8
@@ -8,7 +8,7 @@
-Wsync-nand
# warning flag added for GCC >= 4.5
--Wstrict-overflow=5
+-Wstrict-overflow=2
# This warning can only be truly addressed using the gcc extension of
# using D to indicate doubles (e.g., 1.23D).
diff --git a/config/gnu-warnings/cxx-4.8 b/config/gnu-warnings/cxx-4.8
index 744ebdc..6f920b2 100644
--- a/config/gnu-warnings/cxx-4.8
+++ b/config/gnu-warnings/cxx-4.8
@@ -8,7 +8,7 @@
-Wsync-nand
# warning flag added for GCC >= 4.5
--Wstrict-overflow=5
+-Wstrict-overflow=2
# warning flags added for GCC >= 4.6
-Wdouble-promotion