From: Michael Jeanson Date: Thu, 21 Jul 2022 13:10:30 +0000 (-0400) Subject: fix: Disable warnings for GNU extensions on Clang X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=fa184a4dbf3ee0ac1cc1001566031abbc7866f87;hp=fa184a4dbf3ee0ac1cc1001566031abbc7866f87;p=lttng-ust.git fix: Disable warnings for GNU extensions on Clang Some versions of Clang enabled '-Wgnu' in '-Wall', since we rely on GNUisms in the code this results in numerous errors. Check if the compiler accepts '-Wno-gnu' to disable those warnings. Change-Id: I9d1126744e427a6cf7c18e219cae5431227a43c0 Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---