Fix build warnings

Test: builds frameworks/av with no warnings
Change-Id: I9efb1c6d532a8be5742e5b16a4787a7e536f00cf
This commit is contained in:
Glenn Kasten
2016-10-09 10:05:30 -07:00
parent 84bc2b9bf3
commit 2c7ba826b3

View File

@ -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;
}