Split warning flags list for C and C++
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 3 Mar 2022 23:28:26 +0000 (18:28 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 7 Mar 2022 20:01:20 +0000 (15:01 -0500)
commita50f74e482c2cb9eba4a8ba49d132a831cc994a0
tree7ea501328a4fa3d2241ebdb6aa3891f572c82047
parent6f7eb8e1cb829926bcbce2aeb885b0db63fc7af0
Split warning flags list for C and C++

When using Ccache [1], some flags specific to C are accepted by the C++
compiler but result in warning messages on each invocation of the
compiler. To remediate this, split the warning flags detection list in
three, a common base and a specific list for C and C++.

[1] https://github.com/ccache/ccache/issues/738

Change-Id: I9ef360efbfae445845ca1016e5f5eebdd3bdb0ac
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
configure.ac
This page took 0.024792 seconds and 4 git commands to generate.