diff --git a/include/gui/IConsumerListener.h b/include/gui/IConsumerListener.h index 2ef7c4dc1..3f3979956 100644 --- a/include/gui/IConsumerListener.h +++ b/include/gui/IConsumerListener.h @@ -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