Fix: tests: CFLAGS to CXXFLAGS when converting to C++
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 27 Oct 2022 20:57:18 +0000 (16:57 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 28 Oct 2022 19:53:41 +0000 (15:53 -0400)
The test was converted to C++ but the custom flags used to build it were
left in the CFLAGS variable which doesn't apply to C++ code. This begs
the question of the usefulness of these flags, except for POPT_CFLAGS
which lead to this finding.

Change-Id: I87412ff0730b960b191d8725a13407c67f7b431d
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>

No differences found
This page took 0.024095 seconds and 4 git commands to generate.