build/sim: disable Warning-WIDTH

This commit is contained in:
Florent Kermarrec 2019-01-10 16:03:09 +01:00
parent 7c67bac723
commit f132012de1
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ sim: mkdir $(OBJS_SIM)
-LDFLAGS "$(LDFLAGS)" \
--trace \
$(if $(COVERAGE), --coverage,) \
$(INC_DIR)
$(INC_DIR) \
-Wno-WIDTH
make -j -C $(OBJ_DIR) -f Vdut.mk Vdut
.PHONY: modules