Frameworks/native: Fix unused parameter warning
Pulled in in hardware/, where -Werror is used.
Change-Id: I13fc31d31fe2f623d39c84862b0c95a28813723d
(cherry picked from commit a32900deec
)
This commit is contained in:
parent
a26143546e
commit
bfd633e131
@ -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