CLOUD: Fix Cppcheck warnings

This commit is contained in:
Alexander Tkachev 2016-07-20 17:30:19 +06:00
parent c7fe842f9a
commit a449ddce15
5 changed files with 6 additions and 5 deletions

View file

@ -240,6 +240,7 @@ void CloudManager::connectStorage(uint32 index, Common::String code) {
// in these constructors Storages request token using the passed code
// when the token is received, they call replaceStorage()
// or removeStorage(), if some error occurred
// thus, no memory leak happens
}
void CloudManager::printBool(Storage::BoolResponse response) const {