diff options
author | D G Turner | 2017-01-10 05:19:13 +0000 |
---|---|---|
committer | D G Turner | 2017-01-10 05:19:13 +0000 |
commit | df84aee6a30bf1e2e652f0dfc6fa54aa95b1091d (patch) | |
tree | 3d4a78596e1ff0e9e3b81ab5e29ef2d35ff4b49b /backends/cloud | |
parent | 32809534fd215ae224a1e05bdf82cd094ea5681b (diff) | |
download | scummvm-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.cpp | 2 |
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) { |