Merge "Fix -Werror on 64-bit builds"
This commit is contained in:
commit
09b9193d10
@ -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