Skip to content

Commit

Permalink
genksyms: drop -Wno-uninitialized from HOSTCFLAGS_parse.tab.o
Browse files Browse the repository at this point in the history
Signed-off-by: Arnaud Lacombe <[email protected]>
  • Loading branch information
lacombar committed Jun 9, 2011
1 parent 45c47d9 commit 6b19e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/genksyms/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b19e7e

Please sign in to comment.