am a32900de: Frameworks/native: Fix unused parameter warning

* commit 'a32900deec6284973100a29f7b399d061f82b3a8':
  Frameworks/native: Fix unused parameter warning
This commit is contained in:
Andreas Gampe 2014-11-08 00:55:44 +00:00 committed by Android Git Automerger
commit 70a49ba624
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ public:
//
// This is called without any lock held and can be called concurrently
// by multiple threads.
virtual void onFrameReplaced(const BufferItem& item) {} /* Asynchronous */
virtual void onFrameReplaced(const BufferItem& /* item */) {} /* Asynchronous */
// onBuffersReleased is called to notify the buffer consumer that the
// BufferQueue has released its references to one or more GraphicBuffers