plugins/ctf/common/metadata: logging: standardize in parser and lexer
[babeltrace.git] / plugins / ctf / common / metadata / Makefile.am
index 1cd9e7536ab27ceb071badbf243a61e71de2dc28..0a490f3b652512a626fba7e8ff7306aff71131d5 100644 (file)
@@ -10,6 +10,7 @@ libctf_parser_la_SOURCES = lexer.l parser.y objstack.c
 # with bt_.
 libctf_parser_la_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir) \
                -include $(srcdir)/scanner-symbols.h
+libctf_parser_la_CFLAGS = $(AM_CFLAGS) -Wno-unused-function
 
 libctf_ast_la_CPPFLAGS = $(AM_CPPFLAGS) -I$(builddir)
 libctf_ast_la_SOURCES = \
This page took 0.023815 seconds and 4 git commands to generate.