X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=f75991a90148425ce99f8f990da8027b12f89000;hb=1970828049d051d5cb485dfab995081b4550fd2a;hp=c04a3cbb88fe27f3bd8bf86d69a7b2062abcef8f;hpb=6ce1601f8fbd14fed32790e3e58fe11ecdf07183;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index c04a3cbb8..f75991a90 100644 --- a/configure.ac +++ b/configure.ac @@ -60,6 +60,10 @@ AC_TYPE_UINT8_T 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 dnl /usr/include/setjmp.h:54:12: error: declaration of built-in function '__sigsetjmp' requires the declaration of the 'jmp_buf' type, commonly provided in the header . [-Werror,-Wincomplete-setjmp-declaration]