X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=configure.ac;h=0cbf8236c84cc86f8a9dbaa7f0d1c2d6de2fbd20;hb=bddade91e51d3f26fef22c7fe5dca5b22d59012a;hp=b5c3bee6f6ca7ee01512b714c03efcb8e01d9451;hpb=0bd56396d5aea100aadc9c7e030c2ffd15b81d9d;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index b5c3bee6..0cbf8236 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], [3]) +m4_define([ust_version_patch], [4]) 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