X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=27148c10583e37387b160983e7af581b774dfe5f;hb=afc3cc02e9af6b65da0ad35a3e97a6d6487bf996;hp=ea327f9b8ee82fa2ab7f2d3893fd855e21191e06;hpb=c30417c11fcaf0406c4cfb3a09373c848a86e291;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index ea327f9b8..27148c105 100644 --- a/configure.ac +++ b/configure.ac @@ -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], [