commit | 0f11b51a57bc9062c4fe8af73747319cedabc5d6 | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Fri Jan 31 16:18:54 2014 -0800 |
committer | Glenn Kasten <gkasten@google.com> | Mon Feb 03 07:48:43 2014 -0800 |
tree | 3a9156d700b18a53f856ac8ae51a44604af36fe1 | |
parent | 0520e05f9083cf13fa7062629bc6606f4b39f08a [diff] [blame] |
Fix unused parameter warnings in audio Change-Id: I665ba3358dd9502f0adec70d486e7bf8a2e1b0fe
diff --git a/media/libmedia/AudioSystem.cpp b/media/libmedia/AudioSystem.cpp index dcb72f8..1ab94fa 100644 --- a/media/libmedia/AudioSystem.cpp +++ b/media/libmedia/AudioSystem.cpp
@@ -333,7 +333,7 @@ } status_t AudioSystem::getLatency(audio_io_handle_t output, - audio_stream_type_t streamType, + audio_stream_type_t streamType __unused, uint32_t* latency) { OutputDescriptor *outputDesc;