Frameworks/base: Wall Werror in libs/storage
Turn on -Wall -Werror in libs/storage. Change-Id: I314cb32d0a917f9261488f7709d9a78a07b10fea
This commit is contained in:
@@ -33,11 +33,11 @@ status_t BnMountShutdownObserver::onTransact(
|
||||
onShutDownComplete(statusCode);
|
||||
reply->writeNoException();
|
||||
return NO_ERROR;
|
||||
} break;
|
||||
}
|
||||
default:
|
||||
return BBinder::onTransact(code, data, reply, flags);
|
||||
}
|
||||
}
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user