Frameworks/native: Fix unused parameter warning

Pulled in in hardware/, where -Werror is used.

Change-Id: I13fc31d31fe2f623d39c84862b0c95a28813723d
This commit is contained in:
Andreas Gampe 2014-11-07 16:49:48 -08:00
parent 686edee8e9
commit a32900deec
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