bsp,abstract-machine,Makefile: ignore warning of nonnull-compare

This commit is contained in:
Zihao Yu 2023-05-24 15:13:19 +08:00
parent 4586aafb06
commit 5cd97fe3f3

View file

@ -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