summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2015-03-17 10:15:50 +0100
committerKarel Zak2015-03-17 10:15:50 +0100
commit4230d576fda7cc3303b158319cc164397e240fd5 (patch)
treeceb31036cee77a5c4164e6455aeb1351bbc8ffe1 /configure.ac
parentMerge branch 'tests_logger' of https://github.com/kerolasa/lelux-utiliteetit (diff)
downloadkernel-qcow2-util-linux-4230d576fda7cc3303b158319cc164397e240fd5.tar.gz
kernel-qcow2-util-linux-4230d576fda7cc3303b158319cc164397e240fd5.tar.xz
kernel-qcow2-util-linux-4230d576fda7cc3303b158319cc164397e240fd5.zip
build-sys: add new compiler warnings
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index cedf761f4..e070031e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -106,6 +106,8 @@ UL_WARN_ADD([-fno-common])
UL_WARN_ADD([-Wall])
UL_WARN_ADD([-Werror=sequence-point])
UL_WARN_ADD([-Wextra])
+UL_WARN_ADD([-Wextra-semi])
+UL_WARN_ADD([-Wembedded-directive])
UL_WARN_ADD([-Wmissing-declarations])
UL_WARN_ADD([-Wmissing-parameter-type])
UL_WARN_ADD([-Wmissing-prototypes])