Remove -Wsystem-headers from tests
[lttng-ust.git] / tests / compile / hello.cxx / Makefile.am
index 153ca1e1078ebb205d186b8bd119b577c758b08e..c89c27e76e952aba48af94ad013e15a25f2a236c 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
 hello_SOURCES = hello.cpp tp-cpp.cpp ust_tests_hello.h
This page took 0.02261 seconds and 4 git commands to generate.