X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=8ca893f7512698fd159cbbc6f46b26c7f21fb702;hb=942003e52b8fe43bfb8f28a1884d3bda7e6d1e0b;hp=663636258a25ba39bf7a9de27a08a45e4f8748c8;hpb=a50f74e482c2cb9eba4a8ba49d132a831cc994a0;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index 663636258..8ca893f75 100644 --- a/configure.ac +++ b/configure.ac @@ -59,6 +59,9 @@ AC_TYPE_UINT8_T # WARN_CFLAGS and WARN_CXXFLAGS. m4_define([WARN_FLAGS_COMMON_LIST], [ dnl -Wall dnl + -Wnull-dereference dnl + -Wundef 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]