fix: add missing closedir in _get_max_cpuid_from_sysfs()
[lttng-ust.git] / configure.ac
index ba4c85559ad4037c0dd4d9da3c3ed361efcbddb5..437d71961871ec30fe9405b05fe933817aced698 100644 (file)
@@ -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
@@ -655,6 +656,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
This page took 0.023716 seconds and 4 git commands to generate.