build/sim/core/Makefile: Add -Wno-COMBDLY and -Wno-CASEINCOMPLETE flags to disable more these warnings (thanks @suarezvictor).
This commit is contained in:
parent
3c52d440a6
commit
f43b92103a
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue