bin: compile lttng as C++
[lttng-tools.git] / configure.ac
index ea327f9b8ee82fa2ab7f2d3893fd855e21191e06..12cc7a17ed79a85ebedf0436dc420f02348c239f 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
This page took 0.023042 seconds and 4 git commands to generate.