X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=cd6ca873cd4526ab0ac2766df0187e753ce68124;hb=75f3490ae96d1b7f4230e4ff2c08d02f25b23dd1;hp=a997ba3b9e6c62d2e6148ecb09ae1b524cabaa27;hpb=cea15630e95deb18545e9b52d436dee5367a9e68;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index a997ba3b9..cd6ca873c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl SPDX-License-Identifier: GPL-2.0-only AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.12.0-rc1],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.12.0-rc3],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config]) @@ -39,6 +39,11 @@ AX_APPEND_COMPILE_FLAGS([ dnl dnl ^ -Wno-incomplete-setjmp-declaration dnl -Wdiscarded-qualifiers dnl + -Wmissing-declarations dnl + -Wmissing-prototypes dnl + -Wmissing-parameter-type dnl + -Wold-style-definition dnl + -Wstrict-prototypes dnl ], [WARN_CFLAGS], [-Werror])