fix: Disable warnings for GNU extensions on Clang
[lttng-ust.git] / configure.ac
index b5c3bee6f6ca7ee01512b714c03efcb8e01d9451..27f86dde7c6a367fec9f5beebba696cdcb021784 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
This page took 0.025201 seconds and 4 git commands to generate.