fix: Disable warnings for GNU extensions on Clang
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 21 Jul 2022 13:10:30 +0000 (09:10 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 21 Jul 2022 18:01:41 +0000 (14:01 -0400)
commitfa184a4dbf3ee0ac1cc1001566031abbc7866f87
treeeb66d50763f0fc03965a98dce5af6ab20a89b1a4
parenta9bd72496f60cd4cddb435cc6804381d6061feda
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 <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac
This page took 0.024327 seconds and 4 git commands to generate.