mirror of
https://github.com/verilator/verilator.git
synced 2025-01-22 14:24:18 +00:00
Avoid warning on older flex/gcc systems (lion)
This commit is contained in:
parent
3fae8ade05
commit
15b8819136
@ -96,7 +96,7 @@ CPPFLAGS += -W -Wall -Wno-unused-parameter -Wno-char-subscripts -Werror
|
||||
#CPPFLAGS += -pedantic-errors
|
||||
endif
|
||||
CPPFLAGSWALL = $(CPPFLAGS)
|
||||
CPPFLAGSNOWALL = $(CPPFLAGS)
|
||||
CPPFLAGSNOWALL = $(CPPFLAGS) -Wno-unused
|
||||
|
||||
ifneq ($(SYSTEMPERL),) # Intuit SYSTEMPERL_INCLUDE as it's new
|
||||
SYSTEMPERL_INCLUDE ?= $(SYSTEMPERL)/src
|
||||
|
Loading…
Reference in New Issue
Block a user