am 09b9193d
: Merge "Fix -Werror on 64-bit builds"
* commit '09b9193d10b3849e426c5370a757a0eedc65a7ff': Fix -Werror on 64-bit builds
This commit is contained in:
commit
6efc505bd8
@ -116,7 +116,7 @@ void GraphicBuffer::free_handle()
|
||||
}
|
||||
|
||||
status_t GraphicBuffer::initCheck() const {
|
||||
return mInitCheck;
|
||||
return static_cast<status_t>(mInitCheck);
|
||||
}
|
||||
|
||||
void GraphicBuffer::dumpAllocationsToSystemLog()
|
||||
|
Loading…
Reference in New Issue
Block a user