X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=6166b25a0bc60a805ed60fa24d966ccb69f86d5c;hb=00e71031969e1cef925cd32f81de49ab7213dfec;hp=e9b269666f3264d2fcdb3bbdba9dff6ee36053de;hpb=e56e5792ea1543cf5b506e343076820ef5863647;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index e9b269666..6166b25a0 100644 --- a/configure.ac +++ b/configure.ac @@ -71,6 +71,8 @@ m4_define([WARN_FLAGS_LIST], [ dnl -Wmissing-parameter-type dnl -Wshadow dnl -Wno-gnu-folding-constant dnl + -Wsuggest-attribute=format dnl + -Wformat=2 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 @@ -1141,6 +1143,7 @@ AC_CONFIG_FILES([ src/Makefile src/common/Makefile src/common/argpar/Makefile + src/common/argpar-utils/Makefile src/common/bytecode/Makefile src/common/kernel-ctl/Makefile src/common/kernel-consumer/Makefile