Skip to content

Commit

Permalink
graphics/libyuv: add -Wno-undef
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Bee <[email protected]>
  • Loading branch information
PeterBee97 authored and xiaoxiang781216 committed Aug 9, 2023
1 parent 6b98aec commit 24caccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphics/libyuv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 24caccb

Please sign in to comment.