aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2014-12-09 15:03:38 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-12-09 15:03:38 +0000
commitb29a8dee33df6289ad381ac98e0054863c925603 (patch)
tree32c47ac762a978361e4e9f92e08ec40705c3d8d2
parent4f61fb9367fcc5b11b54fd9e3337c21339dd3c99 (diff)
parent8a050ed9dc33830ebab505940e05e36a1a999080 (diff)
downloadandroid_hardware_intel_common_omx-components-b29a8dee33df6289ad381ac98e0054863c925603.tar.gz
android_hardware_intel_common_omx-components-b29a8dee33df6289ad381ac98e0054863c925603.tar.bz2
android_hardware_intel_common_omx-components-b29a8dee33df6289ad381ac98e0054863c925603.zip
am 8a050ed9: Libvpx: Turn off unused-function warning
* commit '8a050ed9dc33830ebab505940e05e36a1a999080': Libvpx: Turn off unused-function warning
-rw-r--r--videocodec/libvpx_internal/libvpx.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/videocodec/libvpx_internal/libvpx.mk b/videocodec/libvpx_internal/libvpx.mk
index 461f683..633c848 100644
--- a/videocodec/libvpx_internal/libvpx.mk
+++ b/videocodec/libvpx_internal/libvpx.mk
@@ -42,6 +42,10 @@ libvpx_codec_srcs := $(shell cat $(libvpx_config_dir)/libvpx_srcs.txt)
LOCAL_SHARED_LIBRARIES += liblog
LOCAL_LDLIBS := -L$(SYSROOT)/usr/lib -llog
LOCAL_CFLAGS := -DHAVE_CONFIG_H=vpx_config.h
+
+# Static functions declared in headers. b/18632512
+LOCAL_CFLAGS += -Wno-unused-function
+
LOCAL_CFLAGS += -Werror
LOCAL_MODULE := libvpx_internal