Fix: PERROR spam when `tracing` group does not exist
[lttng-tools.git] / configure.ac
index e3b23f4658b87874b857eec6774050c93474fda3..2298551393945e9e140d96a01adae43408694530 100644 (file)
@@ -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.2],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
@@ -38,6 +38,12 @@ AX_APPEND_COMPILE_FLAGS([ dnl
                dnl extern int __sigsetjmp (struct __jmp_buf_tag __env[1], int __savemask) __THROWNL;
                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])
This page took 0.02406 seconds and 4 git commands to generate.