Remove -Wsystem-headers from tests
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 16 Apr 2021 20:06:11 +0000 (16:06 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 19 Apr 2021 17:33:10 +0000 (13:33 -0400)
commitaedbc21085b8b81ad9baf2f244062e0c411f2521
treee540b4f78d9e59fde746d5dae8f7f19097c46f3a
parentfca97dfd73a96bbf964c39e7f3a21fe70cccee96
Remove -Wsystem-headers from tests

The objective of add -Wsystem-headers to the tests Makefiles was to
catch warnings in the tracepoint headers when they are installed in the
compiler system header path. However the tests are always built against
the headers inside the tree which are not in the system header path.

A side effect is that it causes problems on some system where the system
headers generate warnings and thus prevent us from building with
warnings treated as errors.

Change-Id: I65529c50cf48e49ba34692e6d501e3218be8d41c
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/benchmark/Makefile.am
tests/compile/ctf-types/Makefile.am
tests/compile/hello-many/Makefile.am
tests/compile/hello.cxx/Makefile.am
tests/compile/hello/Makefile.am
tests/compile/same_line_tracepoint/Makefile.am
tests/compile/test-app-ctx/Makefile.am
This page took 0.027827 seconds and 4 git commands to generate.