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

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

Merge "Fix -Wformat warning" into main am: 76e6ba39 am: 28abcaf0

parents dd8b2f32 28abcaf0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2627,7 +2627,7 @@ void CCodec::signalSetParameters(const sp<AMessage> &msg) {
                        mChannel->setInfoBuffer(std::make_shared<C2InfoBuffer>(info));
                    }
                } else {
                    ALOGE("Ignoring param key %s as buffer size %d is less than expected "
                    ALOGE("Ignoring param key %s as buffer size %zu is less than expected "
                          "buffer size %d",
                          PARAMETER_KEY_QP_OFFSET_MAP, mapSize, expectedMapSize);
                }