X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=12cc7a17ed79a85ebedf0436dc420f02348c239f;hb=48a4000561343808724f7cb5fa8c131877489ccd;hp=ea327f9b8ee82fa2ab7f2d3893fd855e21191e06;hpb=c30417c11fcaf0406c4cfb3a09373c848a86e291;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index ea327f9b8..12cc7a17e 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