X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=0f12145db410c9c503a62e4492be5e3a066136e5;hp=d9ae7b3c926c18d1540680bd0b3246130c354a3a;hb=d67dc273f70cb6b27cabac06fe2b74e6fbcce960;hpb=dc3c58c9e7e0b71fa746c7267f8d471c62351045 diff --git a/configure.ac b/configure.ac index d9ae7b3c9..0f12145db 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