Cleanup: lttng: remove unused 'session_name' variable
[lttng-tools.git] / configure.ac
index d9ae7b3c926c18d1540680bd0b3246130c354a3a..6697fcd46b8c93bcd02057617c5a45ed3a60d52b 100644 (file)
@@ -90,8 +90,9 @@ m4_define([WARN_FLAGS_C_LIST], [ dnl
   -Wdiscarded-qualifiers dnl
   -Wmissing-prototypes dnl
   -Wmissing-parameter-type dnl
-  -Wjump-misses-init dnl
-  -Wnested-externs dnl
+  -Wsuggest-final-types dnl
+  -Wsuggest-final-methods dnl
+  -Wsuggest-override dnl
 ])
 
 # Pass -Werror as an extra flag during the test: this is needed to make the
@@ -1234,6 +1235,7 @@ AC_CONFIG_FILES([
        tests/regression/tools/trigger/utils/Makefile
        tests/regression/tools/trigger/name/Makefile
        tests/regression/tools/trigger/hidden/Makefile
+       tests/regression/tools/context/Makefile
        tests/regression/ust/Makefile
        tests/regression/ust/nprocesses/Makefile
        tests/regression/ust/high-throughput/Makefile
@@ -1266,6 +1268,7 @@ AC_CONFIG_FILES([
        tests/unit/ini_config/Makefile
        tests/perf/Makefile
        tests/utils/Makefile
+       tests/utils/lttngtest/Makefile
        tests/utils/tap/Makefile
        tests/utils/testapp/Makefile
        tests/utils/testapp/gen-ns-events/Makefile
This page took 0.023439 seconds and 4 git commands to generate.