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

Commit 6efc505b authored by Dan Albert's avatar Dan Albert Committed by Android Git Automerger
Browse files

am 09b9193d: Merge "Fix -Werror on 64-bit builds"

* commit '09b9193d':
  Fix -Werror on 64-bit builds
parents bcf7f221 09b9193d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ void GraphicBuffer::free_handle()
}

status_t GraphicBuffer::initCheck() const {
    return mInitCheck;
    return static_cast<status_t>(mInitCheck);
}

void GraphicBuffer::dumpAllocationsToSystemLog()