configure: add '-Wredundant-decls' to warning flags
[lttng-tools.git] / configure.ac
index 8ca893f7512698fd159cbbc6f46b26c7f21fb702..f75991a90148425ce99f8f990da8027b12f89000 100644 (file)
@@ -61,6 +61,8 @@ m4_define([WARN_FLAGS_COMMON_LIST], [ dnl
   -Wall dnl
   -Wnull-dereference dnl
   -Wundef dnl
+  -Wredundant-decls dnl
+  -Wmissing-noreturn dnl
   -Wlogical-op dnl
   dnl We currently get this warning when building with Clang:
   dnl
This page took 0.023374 seconds and 4 git commands to generate.