am a32900de
: Frameworks/native: Fix unused parameter warning
* commit 'a32900deec6284973100a29f7b399d061f82b3a8': Frameworks/native: Fix unused parameter warning
This commit is contained in:
commit
70a49ba624
@ -62,7 +62,7 @@ public:
|
|||||||
//
|
//
|
||||||
// This is called without any lock held and can be called concurrently
|
// This is called without any lock held and can be called concurrently
|
||||||
// by multiple threads.
|
// 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
|
// onBuffersReleased is called to notify the buffer consumer that the
|
||||||
// BufferQueue has released its references to one or more GraphicBuffers
|
// BufferQueue has released its references to one or more GraphicBuffers
|
||||||
|
Loading…
Reference in New Issue
Block a user