Print compiler warning/runtime warning and truncate too long tracepoint names
[lttng-ust.git] / tests / demo / Makefile.am
index 40e43690e11c28a2a41faa4646206a92990f9378..6e4a603b7aa78541154b92f7dd1fbc2398285b48 100644 (file)
@@ -1,4 +1,6 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include
+# -Wsystem-headers is needed to print warnings in the tracepoint
+# description file.
+AM_CPPFLAGS = -I$(top_srcdir)/include -Wsystem-headers
 
 # We install the plugins into the /tmp/lttng-ust-divert directory to
 # please libtool, which absolutely needs a target install location. We
This page took 0.023331 seconds and 4 git commands to generate.