summaryrefslogtreecommitdiff
path: root/src/warnings.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/warnings.hpp')
-rw-r--r--src/warnings.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/warnings.hpp b/src/warnings.hpp
index f280014..4248155 100644
--- a/src/warnings.hpp
+++ b/src/warnings.hpp
@@ -198,7 +198,7 @@ E(-Wc++0x-compat)
X(-Wcast-align)
/// Warn about casts which discard qualifiers
-W(-Wcast-qual)
+E(-Wcast-qual)
/// Warn about subscripts whose type is "char"
E(-Wchar-subscripts)
@@ -599,7 +599,7 @@ E(-Wunused-value)
E(-Wunused-variable)
/// Warn about useless casts
-XG48(-Wuseless-cast)
+EG48(-Wuseless-cast)
/// Warn about questionable usage of the macros used
/// to retrieve variable arguments