aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud
diff options
context:
space:
mode:
authorD G Turner2017-01-10 05:19:13 +0000
committerD G Turner2017-01-10 05:19:13 +0000
commitdf84aee6a30bf1e2e652f0dfc6fa54aa95b1091d (patch)
tree3d4a78596e1ff0e9e3b81ab5e29ef2d35ff4b49b /backends/cloud
parent32809534fd215ae224a1e05bdf82cd094ea5681b (diff)
downloadscummvm-rg350-df84aee6a30bf1e2e652f0dfc6fa54aa95b1091d.tar.gz
scummvm-rg350-df84aee6a30bf1e2e652f0dfc6fa54aa95b1091d.tar.bz2
scummvm-rg350-df84aee6a30bf1e2e652f0dfc6fa54aa95b1091d.zip
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.
Diffstat (limited to 'backends/cloud')
-rw-r--r--backends/cloud/cloudmanager.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/cloud/cloudmanager.cpp b/backends/cloud/cloudmanager.cpp
index 5f7d6942ca..4fb38ad779 100644
--- a/backends/cloud/cloudmanager.cpp
+++ b/backends/cloud/cloudmanager.cpp
@@ -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) {