X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=6697fcd46b8c93bcd02057617c5a45ed3a60d52b;hb=3957512ed31ca945f8353d5812f317314c905640;hp=d9ae7b3c926c18d1540680bd0b3246130c354a3a;hpb=dc3c58c9e7e0b71fa746c7267f8d471c62351045;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index d9ae7b3c9..6697fcd46 100644 --- a/configure.ac +++ b/configure.ac @@ -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