Remove -Wsystem-headers from tests
[lttng-ust.git] / tests / compile / hello-many / Makefile.am
index a6fc3c3fefbf9e4e9c1ac5036235b309fbba9078..58701fb2ce795be552ef3781edd87c9508295c7b 100644 (file)
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: LGPL-2.1-only
 
-AM_CPPFLAGS += -I$(srcdir) -Wsystem-headers
+AM_CPPFLAGS += -I$(srcdir)
 
 noinst_PROGRAMS = hello-many
 hello_many_SOURCES = hello-many.c tp.c ust_tests_hello_many.h
This page took 0.024595 seconds and 4 git commands to generate.