Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70a49ba6 authored by Andreas Gampe's avatar Andreas Gampe Committed by Android Git Automerger
Browse files

am a32900de: Frameworks/native: Fix unused parameter warning

* commit 'a32900de':
  Frameworks/native: Fix unused parameter warning
parents e75a9a26 a32900de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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