Skip to content
Snippets Groups Projects
Commit 6b19e7e4 authored by Arnaud Lacombe's avatar Arnaud Lacombe
Browse files

genksyms: drop -Wno-uninitialized from HOSTCFLAGS_parse.tab.o

parent 45c47d96
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ always := $(hostprogs-y)
genksyms-objs := genksyms.o parse.o lex.o
# -I needed for generated C source (shipped source)
HOSTCFLAGS_parse.o := -Wno-uninitialized -I$(src)
HOSTCFLAGS_parse.tab.o := -I$(src)
# dependencies on generated files need to be listed explicitly
$(obj)/lex.o: $(obj)/parse.h $(obj)/keywords.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment