X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Fust%2Flinking%2FMakefile.am;fp=tests%2Fregression%2Fust%2Flinking%2FMakefile.am;h=424afd1c5776a8cc89bec902d701f6ecf66c0a9e;hp=bf0a517ad3b33b48ca69ff17b9a91a527dafb868;hb=411b31544f22b773b4aad6cdb81faa81dc05e641;hpb=4ff750609549a99f6b318ce600c42c90d4f2e480 diff --git a/tests/regression/ust/linking/Makefile.am b/tests/regression/ust/linking/Makefile.am index bf0a517ad..424afd1c5 100644 --- a/tests/regression/ust/linking/Makefile.am +++ b/tests/regression/ust/linking/Makefile.am @@ -2,7 +2,10 @@ # -Wsystem-headers is needed to print warnings in the tracepoint # description file. -AM_CPPFLAGS += -I$(srcdir) -Wsystem-headers +# +# However, we see some -Wformat-nonliteral warnings in some system headers, +# so disable that. +AM_CPPFLAGS += -I$(srcdir) -Wsystem-headers -Wno-format-nonliteral # Set LIBS to nothing so the application does not link on useless # libraries.