X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=12cc7a17ed79a85ebedf0436dc420f02348c239f;hp=ea327f9b8ee82fa2ab7f2d3893fd855e21191e06;hb=48a4000561343808724f7cb5fa8c131877489ccd;hpb=81663f073dbfb4b61c06a0ceb8ca33c4fc41b1c5 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