X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=5a63255c4549435a3594c08d996642ba73b130ea;hb=ce7fc42f24c2c9a62a5eeb77f248d27a5cb4de4b;hp=c04a3cbb88fe27f3bd8bf86d69a7b2062abcef8f;hpb=6ce1601f8fbd14fed32790e3e58fe11ecdf07183;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index c04a3cbb8..5a63255c4 100644 --- a/configure.ac +++ b/configure.ac @@ -60,6 +60,7 @@ AC_TYPE_UINT8_T m4_define([WARN_FLAGS_COMMON_LIST], [ dnl -Wall dnl -Wnull-dereference dnl + -Wundef 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]