display: Fix warnings, make warnings as errors
Change-Id: I61f22765b04112be48e62135db930c415c9c7d37
This commit is contained in:
committed by
Brian Muramatsu
parent
01d3fd3318
commit
b16edac510
@@ -152,7 +152,7 @@ int IonController::allocate(alloc_data& data, int usage)
|
||||
|
||||
IMemAlloc* IonController::getAllocator(int flags)
|
||||
{
|
||||
IMemAlloc* memalloc;
|
||||
IMemAlloc* memalloc = NULL;
|
||||
if (flags & private_handle_t::PRIV_FLAGS_USES_ION) {
|
||||
memalloc = mIonAlloc;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user