mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
graphics/libyuv: add -Wno-undef
Signed-off-by: Peter Bee <bijunda1@xiaomi.com>
This commit is contained in:
parent
6b98aec34a
commit
24caccbd02
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ include $(APPDIR)/Make.defs
|
|||
SRCDIR = libyuv
|
||||
|
||||
CXXEXT := .cc
|
||||
CXXFLAGS += -Wno-shadow
|
||||
CXXFLAGS += -Wno-shadow -Wno-undef
|
||||
CXXSRCS = $(wildcard $(SRCDIR)/source/*.cc)
|
||||
|
||||
libyuv.tar.gz:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue