diff options
author | Andreas Gampe <agampe@google.com> | 2014-12-09 15:03:38 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-12-09 15:03:38 +0000 |
commit | b29a8dee33df6289ad381ac98e0054863c925603 (patch) | |
tree | 32c47ac762a978361e4e9f92e08ec40705c3d8d2 /videocodec | |
parent | 4f61fb9367fcc5b11b54fd9e3337c21339dd3c99 (diff) | |
parent | 8a050ed9dc33830ebab505940e05e36a1a999080 (diff) | |
download | android_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
Diffstat (limited to 'videocodec')
-rw-r--r-- | videocodec/libvpx_internal/libvpx.mk | 4 |
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 |