summaryrefslogtreecommitdiff
path: root/examples.mk
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2023-04-17 13:42:11 -0700
committerJames Zern <jzern@google.com>2023-05-09 14:04:19 -0700
commit9e0fc37f6f68685066f3e71e1cd0605d6ee2205e (patch)
treedcde7ade01a01d8476795a855839fca3c516f0c9 /examples.mk
parent894262fb8fe137401d56586b7998711cf49ebe24 (diff)
downloadlibvpx-9e0fc37f6f68685066f3e71e1cd0605d6ee2205e.tar
libvpx-9e0fc37f6f68685066f3e71e1cd0605d6ee2205e.tar.gz
libvpx-9e0fc37f6f68685066f3e71e1cd0605d6ee2205e.tar.bz2
libvpx-9e0fc37f6f68685066f3e71e1cd0605d6ee2205e.zip
configure: add -Wshadow
libraries under third_party/ are out of scope for this change. Bug: webm:1793 Change-Id: I562065a3c0ea9fdfc9615d1a6b1ae47da79b8ce0
Diffstat (limited to 'examples.mk')
-rw-r--r--examples.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples.mk b/examples.mk
index 42886f1e1..9e506dcd4 100644
--- a/examples.mk
+++ b/examples.mk
@@ -57,6 +57,7 @@ LIBWEBM_PARSER_SRCS = third_party/libwebm/mkvparser/mkvparser.cc \
# Add compile flags and include path for libwebm sources.
ifeq ($(CONFIG_WEBM_IO),yes)
CXXFLAGS += -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS
+ $(BUILD_PFX)third_party/libwebm/%.cc.o: CXXFLAGS += $(LIBWEBM_CXXFLAGS)
INC_PATH-yes += $(SRC_PATH_BARE)/third_party/libwebm
endif