Fix: Tests: leaking epoll fd
[lttng-tools.git] / configure.ac
index ea327f9b8ee82fa2ab7f2d3893fd855e21191e06..27148c10583e37387b160983e7af581b774dfe5f 100644 (file)
@@ -71,6 +71,9 @@ m4_define([WARN_FLAGS_LIST], [ dnl
   -Wmissing-parameter-type dnl
   -Wshadow dnl
   -Wno-gnu-folding-constant dnl
+  dnl GCC enables this with -Wall in C++, and that generates a
+  dnl lot of warnings that have on average a low value to fix.
+  -Wno-sign-compare dnl
 ])
 
 # Pass -Werror as an extra flag during the test: this is needed to make the
@@ -250,7 +253,7 @@ AS_IF([test "x$libtool_fixup" = "xyes"],
            [
            libtool_m4="$srcdir/m4/libtool.m4"
            libtool_flag_pattern=".*link_all_deplibs\s*,\s*\$1\s*)"
-           AC_MSG_CHECKING([for occurence(s) of link_all_deplibs = no in $libtool_m4])
+           AC_MSG_CHECKING([for occurrence(s) of link_all_deplibs = no in $libtool_m4])
            libtool_flag_pattern_count=$($GREP -c "$libtool_flag_pattern\s*=\s*no" $libtool_m4)
            AS_IF([test $libtool_flag_pattern_count -ne 0],
            [
This page took 0.022845 seconds and 4 git commands to generate.