mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 08:55:45 +00:00
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:
parent
32809534fd
commit
df84aee6a3
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user