Frameworks/native: Fix unused parameter warning
Pulled in in hardware/, where -Werror is used. Change-Id: I13fc31d31fe2f623d39c84862b0c95a28813723d
This commit is contained in:
parent
686edee8e9
commit
a32900deec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user