summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5ac51345..d354ee18 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,8 +58,6 @@ if test "$ac_compiler_clang" = yes; then
more_warnings="$more_warnings -Weverything"
more_warnings="$more_warnings -Wno-conversion"
more_warnings="$more_warnings -Wno-disabled-macro-expansion"
- more_warnings="$more_warnings -Wno-double-promotion"
- more_warnings="$more_warnings -Wno-float-conversion"
more_warnings="$more_warnings -Wno-format-nonliteral"
more_warnings="$more_warnings -Wno-padded"
more_warnings="$more_warnings -Wno-shorten-64-to-32"