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

Commit bfd633e1 authored by Andreas Gampe's avatar Andreas Gampe Committed by Dan Stoza
Browse files

Frameworks/native: Fix unused parameter warning

Pulled in in hardware/, where -Werror is used.

Change-Id: I13fc31d31fe2f623d39c84862b0c95a28813723d
(cherry picked from commit a32900de)
parent a2614354
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