build/sim/core/Makefile: Add -Wno-COMBDLY and -Wno-CASEINCOMPLETE flags to disable more these warnings (thanks @suarezvictor).

This commit is contained in:
Florent Kermarrec 2022-11-07 15:26:35 +01:00
parent 3c52d440a6
commit f43b92103a
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ sim: $(OBJS_SIM) | mkdir
$(INC_DIR) \ $(INC_DIR) \
-Wno-BLKANDNBLK \ -Wno-BLKANDNBLK \
-Wno-WIDTH \ -Wno-WIDTH \
-Wno-COMBDLY \
-Wno-CASEINCOMPLETE \
--relative-includes --relative-includes
make -j$(JOBS) -C $(OBJ_DIR) -f Vsim.mk Vsim make -j$(JOBS) -C $(OBJ_DIR) -f Vsim.mk Vsim