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

Commit f25fa289 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Mark parameter as [[maybe_unused]]" am: 3e9360e7 am: bb8f7fdb am: 177c9cad

parents f04f60a5 177c9cad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1615,7 +1615,7 @@ status_t HeicCompositeStream::copyOneYuvTile(sp<MediaCodecBuffer>& codecBuffer,
    return OK;
}

void HeicCompositeStream::initCopyRowFunction(int32_t width)
void HeicCompositeStream::initCopyRowFunction([[maybe_unused]] int32_t width)
{
    using namespace libyuv;