aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2016-10-09 10:05:30 -0700
committerGlenn Kasten <gkasten@google.com>2016-10-09 10:05:30 -0700
commit2c7ba826b380837113a53ec12cc08fd1a7366056 (patch)
treed388fef8043416c3101ec0df2fb83393193b66a9
parent84bc2b9bf32284092d6b676e9a98a6056fd30e9a (diff)
downloadwebrtc-2c7ba826b380837113a53ec12cc08fd1a7366056.tar.gz
Fix build warnings
Test: builds frameworks/av with no warnings Change-Id: I9efb1c6d532a8be5742e5b16a4787a7e536f00cf
-rw-r--r--webrtc/modules/audio_processing/include/audio_processing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webrtc/modules/audio_processing/include/audio_processing.h b/webrtc/modules/audio_processing/include/audio_processing.h
index 9a3a4b32d5..8a27a27348 100644
--- a/webrtc/modules/audio_processing/include/audio_processing.h
+++ b/webrtc/modules/audio_processing/include/audio_processing.h
@@ -426,7 +426,7 @@ class AudioProcessing {
// Same as above but uses an existing PlatformFile handle. Takes ownership
// of |handle| and closes it at StopDebugRecording().
// TODO(xians): Make this interface pure virtual.
- virtual int StartDebugRecordingForPlatformFile(rtc::PlatformFile handle) {
+ virtual int StartDebugRecordingForPlatformFile(rtc::PlatformFile /*handle*/) {
return -1;
}