aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_processing/beamformer/Android.mk
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-08-10 00:57:07 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-08-10 00:57:07 +0000
commitd204c81fdce889de60ce69cfa5c3da1249dc8533 (patch)
treef04336a75902fbe1f77d811576553bb3c0a187e4 /webrtc/modules/audio_processing/beamformer/Android.mk
parentf3767f20835ab833e1443131073eeb2dd3d4fbe0 (diff)
parentff04884918f02e936e7a425ea2281dad9f3d9281 (diff)
downloadwebrtc-d204c81fdce889de60ce69cfa5c3da1249dc8533.tar.gz
Merge "Suppress non-critical warnings in webrtc." am: cd56b9ddae am: 60c71f62ea am: 3b894e682d
am: ff04884918 Change-Id: Ibe9a4e93f253a1c0654b9eda127baefa483ff912
Diffstat (limited to 'webrtc/modules/audio_processing/beamformer/Android.mk')
-rw-r--r--webrtc/modules/audio_processing/beamformer/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/webrtc/modules/audio_processing/beamformer/Android.mk b/webrtc/modules/audio_processing/beamformer/Android.mk
index 4edce26992..e900a54e9d 100644
--- a/webrtc/modules/audio_processing/beamformer/Android.mk
+++ b/webrtc/modules/audio_processing/beamformer/Android.mk
@@ -34,7 +34,8 @@ LOCAL_CFLAGS_arm64 := $(MY_WEBRTC_COMMON_DEFS_arm64)
LOCAL_CFLAGS_x86_64 := $(MY_WEBRTC_COMMON_DEFS_x86_64)
LOCAL_CFLAGS_mips64 := $(MY_WEBRTC_COMMON_DEFS_mips64)
-LOCAL_CFLAGS += -Wno-unused-parameter
+LOCAL_CFLAGS += $(MY_WEBRTC_COMMON_CFLAGS_WARNINGS)
+LOCAL_TIDY_CHECKS := $(MY_WEBRTC_COMMON_TIDY_CHECKS)
# Include paths placed before CFLAGS/CPPFLAGS
LOCAL_C_INCLUDES := \