configure: add '-Wnull-dereference' to warning flags
[lttng-tools.git] / configure.ac
index 663636258a25ba39bf7a9de27a08a45e4f8748c8..c04a3cbb88fe27f3bd8bf86d69a7b2062abcef8f 100644 (file)
@@ -59,6 +59,7 @@ AC_TYPE_UINT8_T
 # WARN_CFLAGS and WARN_CXXFLAGS.
 m4_define([WARN_FLAGS_COMMON_LIST], [ dnl
   -Wall dnl
+  -Wnull-dereference 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 <setjmp.h>. [-Werror,-Wincomplete-setjmp-declaration]
This page took 0.023877 seconds and 4 git commands to generate.