bsp,abstract-machine,Makefile: ignore warning of nonnull-compare
This commit is contained in:
parent
4586aafb06
commit
5cd97fe3f3
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ RTCONFIG_H = rtconfig.h
|
|||
NAME = rtthread
|
||||
SRCS = $(shell find src -name "*.c")
|
||||
CFLAGS += -DHAVE_CCONFIG_H -D__RTTHREAD__
|
||||
CFLAGS += -Wno-nonnull-compare
|
||||
LDFLAGS += extra.ld
|
||||
-include $(FILE_MK)
|
||||
include $(AM_HOME)/Makefile
|
||||
|
|
Loading…
Add table
Reference in a new issue