CLOUD: Add FIXME comment.

This is generating a compiler warning for set-but-unused, but it looks
as if this is meant to be used in some way i.e. code is unfinished or
orphaned.
This commit is contained in:
D G Turner 2017-01-10 05:19:13 +00:00
parent 32809534fd
commit df84aee6a3

View File

@ -272,6 +272,8 @@ void CloudManager::connectStorage(uint32 index, Common::String code) {
// when the token is received, they call replaceStorage()
// or removeStorage(), if some error occurred
// thus, no memory leak happens
// FIXME: storage is set, but never used. Should it be returned from this function for class variable _storages?
}
Networking::Request *CloudManager::listDirectory(Common::String path, Storage::ListDirectoryCallback callback, Networking::ErrorCallback errorCallback, bool recursive) {