Fix warnings from the Clang static analyzer.
[tinc] / configure.ac
index ad5ba62..1a032e6 100644 (file)
@@ -140,6 +140,8 @@ AS_IF([test -d /sw/lib], [LIBS="$LIBS -L/sw/lib"])
 dnl Compiler hardening flags
 dnl No -fstack-protector-all because it doesn't work on all platforms or architectures.
 
+AX_CFLAGS_WARN_ALL(CFLAGS)
+
 AC_ARG_ENABLE([hardening], AS_HELP_STRING([--disable-hardening], [disable compiler and linker hardening flags]))
 AS_IF([test "x$enable_hardening" != "xno"],
   [AX_CHECK_COMPILE_FLAG([-DFORTIFY_SOURCE=2], [CPPFLAGS="$CPPFLAGS -DFORTIFY_SOURCE=2"])
@@ -203,7 +205,7 @@ case $host_os in
       [], [AC_MSG_ERROR([Required header file missng])], [#include "$srcdir/src/have.h"]
     )
   ;;
-  *bsd*|*darwin*)
+  *bsd*|*dragonfly*|*darwin*)
     AC_CHECK_HEADERS([net/if_tun.h net/if_utun.h net/tun/if_tun.h net/if_tap.h net/tap/if_tap.h],
       [], [], [#include "$srcdir/src/have.h"]
     )