Fix build warnings
Test: builds frameworks/av with no warnings Change-Id: I9efb1c6d532a8be5742e5b16a4787a7e536f00cf
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user