From 107cb5291b6836ccff8ac0b0915524f0adda794e Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Wed, 9 Aug 2017 15:08:21 -0700 Subject: Suppress non-critical warnings in webrtc. * We should enable those warnings after fixing the upstream source code. Bug: 64487164 Test: build with WITH_TIDY=1 Change-Id: I306b4eb26fc8729f21cab4d5b82c9e3b59d8db3e --- webrtc/modules/audio_processing/beamformer/Android.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'webrtc/modules/audio_processing/beamformer/Android.mk') 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 := \ -- cgit v1.2.3