fixup! Improve libgui_shim

Change-Id: I3f3aa661e43378a0a16eac232d30e0ccefc3b551
This commit is contained in:
Giovanni Ricca
2025-01-10 13:51:12 +01:00
committed by YagizErdemir06
parent bae9758af5
commit 0d7bd8a5a9

View File

@@ -4,6 +4,6 @@
* SPDX-License-Identifier: Apache-2.0
*/
void _ZN7android18BnProducerListener16onBufferDetachedEi(int /*slot*/) {
return;
void _ZN7android18BnProducerListener16onBufferDetachedEi(int slot) {
(void)slot;
}