Frameworks/base: Wall Werror in libs/storage

Turn on -Wall -Werror in libs/storage.

Change-Id: I314cb32d0a917f9261488f7709d9a78a07b10fea
This commit is contained in:
Andreas Gampe
2014-10-21 23:38:52 -07:00
parent 4cd671e4d2
commit 2b3a8cd808
5 changed files with 23 additions and 13 deletions

View File

@@ -33,11 +33,11 @@ status_t BnMountShutdownObserver::onTransact(
onShutDownComplete(statusCode);
reply->writeNoException();
return NO_ERROR;
} break;
}
default:
return BBinder::onTransact(code, data, reply, flags);
}
}
// ----------------------------------------------------------------------
};
}