summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-02-20 21:15:13 +0100
committerHaru <haru@dotalux.com>2016-03-20 18:32:09 +0100
commit1a8c933f2e74758082eb79d7d924baa4c39bbd95 (patch)
treed89423154f02b61a8cafb1b839167db12b66c259 /configure.in
parent787d25edf045de8df1460a6a975186df0f8d402f (diff)
downloadhercules-1a8c933f2e74758082eb79d7d924baa4c39bbd95.tar.gz
hercules-1a8c933f2e74758082eb79d7d924baa4c39bbd95.tar.bz2
hercules-1a8c933f2e74758082eb79d7d924baa4c39bbd95.tar.xz
hercules-1a8c933f2e74758082eb79d7d924baa4c39bbd95.zip
Enabled the -Wcast-qual diagnostic flag in the configure script
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index fd60e58c6..5bb2cdec3 100644
--- a/configure.in
+++ b/configure.in
@@ -832,6 +832,7 @@ AC_CHECK_COMPILER_WFLAG(nested-externs)
AC_CHECK_COMPILER_WFLAG(old-style-definition)
AC_CHECK_COMPILER_WFLAG(overlength-strings)
AC_CHECK_COMPILER_WFLAG(redundant-decls)
+AC_CHECK_COMPILER_WFLAG(cast-qual)
AC_CHECK_COMPILER_WNOFLAG(format-nonliteral)
AC_CHECK_COMPILER_WNOFLAG(switch)
AC_CHECK_COMPILER_WNOFLAG(missing-field-initializers)