aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_processing/transient/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/modules/audio_processing/transient/Android.mk')
-rw-r--r--webrtc/modules/audio_processing/transient/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/webrtc/modules/audio_processing/transient/Android.mk b/webrtc/modules/audio_processing/transient/Android.mk
index 97256ae99c..060bdeabf5 100644
--- a/webrtc/modules/audio_processing/transient/Android.mk
+++ b/webrtc/modules/audio_processing/transient/Android.mk
@@ -35,6 +35,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
+
# Include paths placed before CFLAGS/CPPFLAGS
LOCAL_C_INCLUDES := \
$(LOCAL_PATH) \