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

Commit 7aa21c98 authored by Christopher Wiley's avatar Christopher Wiley Committed by android-build-merger
Browse files

Fix unused variable build errors am: 0a9a1c1b am: 7db2d96d

am: 1ad6b8d0

Change-Id: I47a77ef905fd65984a391e79b6a7046cf1573dc1
parents 7d6cf0dc 1ad6b8d0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -237,6 +237,10 @@ status_t BBinder::onTransact(

            // XXX can't add virtuals until binaries are updated.
            //return shellCommand(in, out, err, args, resultReceiver);
            (void)in;
            (void)out;
            (void)err;

            if (resultReceiver != NULL) {
                resultReceiver->send(INVALID_OPERATION);
            }