X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Fctf%2Fcommon%2Fmetadata%2FMakefile.am;h=5a6e4deec75c021966ebcc67931c2194ee9a1dae;hb=2f65757ba6a38d3d39b42359cda3e853e02c2a15;hp=aa3b4490081f20498d35750152cea21efddc1d9d;hpb=34c83b89e85abc0a2def0016c10a1027e8b9cedb;p=babeltrace.git diff --git a/src/plugins/ctf/common/metadata/Makefile.am b/src/plugins/ctf/common/metadata/Makefile.am index aa3b4490..5a6e4dee 100644 --- a/src/plugins/ctf/common/metadata/Makefile.am +++ b/src/plugins/ctf/common/metadata/Makefile.am @@ -10,7 +10,12 @@ libctf_parser_la_SOURCES = lexer.l parser.y objstack.c # with bt_. libctf_parser_la_CPPFLAGS = $(AM_CPPFLAGS) \ -include $(srcdir)/scanner-symbols.h -libctf_parser_la_CFLAGS = $(AM_CFLAGS) -Wno-unused-function + +# This library contains (mostly) generated code, silence some warnings that it +# produces. +libctf_parser_la_CFLAGS = $(AM_CFLAGS) \ + -Wno-unused-function \ + -Wno-null-dereference libctf_ast_la_SOURCES = \ visitor-generate-ir.c \ @@ -19,11 +24,13 @@ libctf_ast_la_SOURCES = \ ast.h \ objstack.h \ parser.h \ + parser-wrap.h \ scanner.h \ scanner-symbols.h \ decoder.c \ - decoder-packetized-file-stream-to-buf.c \ decoder.h \ + decoder-packetized-file-stream-to-buf.c \ + decoder-packetized-file-stream-to-buf.h \ logging.c \ logging.h \ ctf-meta.h \