summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-07-29 14:54:34 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-07-29 16:49:53 +0200
commitdaa2f2b3933bcefdd48dab21ac2f1c841a3d1f5a (patch)
tree5c84b5b0416423fc2319cb486e13d5497073a66d /configure.ac
parent06cbdd80e087a117669383d4afb9be12bbf6add0 (diff)
downloadgobject-introspection-daa2f2b3933bcefdd48dab21ac2f1c841a3d1f5a.tar.gz
build: enable -Wdouble-promotion
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bf3e2403..995e26aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,7 +66,7 @@ AX_COMPILER_FLAGS(,, [yes])
AX_APPEND_COMPILE_FLAGS([-Wno-duplicated-branches -Wno-switch-enum])
# FIXME: Fix the warnings and remove the flags
AX_APPEND_COMPILE_FLAGS([-Wno-redundant-decls -Wno-switch-default -Wno-shadow -Wno-deprecated-declarations -Wno-cast-function-type -Wno-type-limits])
-AX_APPEND_COMPILE_FLAGS([-Wno-implicit-fallthrough -Wno-suggest-attribute=format -Wno-double-promotion -Wno-sign-compare])
+AX_APPEND_COMPILE_FLAGS([-Wno-implicit-fallthrough -Wno-suggest-attribute=format -Wno-sign-compare])
WARN_CFLAGS_PYTHON="$WARN_CFLAGS"
AX_APPEND_COMPILE_FLAGS([-Wno-discarded-qualifiers], [WARN_CFLAGS_PYTHON])