fixup! Improve libgui_shim
Change-Id: I3f3aa661e43378a0a16eac232d30e0ccefc3b551
This commit is contained in:
committed by
YagizErdemir06
parent
bae9758af5
commit
0d7bd8a5a9
@@ -4,6 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
void _ZN7android18BnProducerListener16onBufferDetachedEi(int /*slot*/) {
|
||||
return;
|
||||
void _ZN7android18BnProducerListener16onBufferDetachedEi(int slot) {
|
||||
(void)slot;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user