X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=configure.ac;h=4cc65e1d70fb4f0a7f75adbd2030fa4f2e68e428;hb=08a0398c1ebd4778f1f8bbd8df54919f5126122f;hp=599873ce166e46aa06d7593f830f06faf2434069;hpb=299e6bca8ec920c6e8cb9d853ad4fd7733bf33e9;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 599873ce..4cc65e1d 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ dnl Process this file with autoconf to produce a configure script. # Project version information m4_define([ust_version_major], [2]) m4_define([ust_version_minor], [13]) -m4_define([ust_version_patch], [2]) +m4_define([ust_version_patch], [3]) m4_define([ust_version_dev_stage], []) m4_define([ust_version], ust_version_major[.]ust_version_minor[.]ust_version_patch[]ust_version_dev_stage) m4_define([ust_version_name], [[Nordicité]]) @@ -162,6 +162,7 @@ m4_define([WARN_FLAGS_LIST], [ dnl -Wno-sign-compare dnl -Wno-missing-field-initializers dnl -Wno-null-dereference dnl + -Wno-gnu dnl Disable warnings for GNU extensions on Clang ]) # Pass -Werror as an extra flag during the test: this is needed to make the @@ -656,6 +657,7 @@ AC_CONFIG_FILES([ tests/regression/abi0-conflict/Makefile tests/regression/Makefile tests/unit/gcc-weak-hidden/Makefile + tests/unit/libcommon/Makefile tests/unit/libmsgpack/Makefile tests/unit/libringbuffer/Makefile tests/unit/Makefile