summaryrefslogtreecommitdiffstats
path: root/include/media/stagefright
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2014-02-11 20:08:24 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-02-11 20:08:24 +0000
commit4ef5d8f038588080b73790a46a45d710a6a1d977 (patch)
treefcbcfcdceadf58e2bfbeae125dbe993cbfac7115 /include/media/stagefright
parentfaf5c0eaa5464abbe848d487781bc0f6305f3fe8 (diff)
parent84333e0475bc911adc16417f4ca327c975cf6c36 (diff)
downloadframeworks_av-4ef5d8f038588080b73790a46a45d710a6a1d977.zip
frameworks_av-4ef5d8f038588080b73790a46a45d710a6a1d977.tar.gz
frameworks_av-4ef5d8f038588080b73790a46a45d710a6a1d977.tar.bz2
Merge "warnings be gone."
Diffstat (limited to 'include/media/stagefright')
-rw-r--r--include/media/stagefright/MediaSource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/stagefright/MediaSource.h b/include/media/stagefright/MediaSource.h
index 3818e63..204d1c6 100644
--- a/include/media/stagefright/MediaSource.h
+++ b/include/media/stagefright/MediaSource.h
@@ -105,7 +105,7 @@ struct MediaSource : public virtual RefBase {
// This will be called after a successful start() and before the
// first read() call.
// Callee assumes ownership of the buffers if no error is returned.
- virtual status_t setBuffers(const Vector<MediaBuffer *> &buffers) {
+ virtual status_t setBuffers(const Vector<MediaBuffer *> & /* buffers */) {
return ERROR_UNSUPPORTED;
}