diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-12 16:12:05 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-12 16:12:05 +0100 |
commit | a48edff7a21ef6426baa1cc6eca501930cb35645 (patch) | |
tree | e32f567657e6114ac17a4af7546e55df58a094c9 /common/resourceaccess.cpp | |
parent | 1d9e0016d63f9b5d86d54cfa0f396d3ea24a2db6 (diff) | |
download | sink-a48edff7a21ef6426baa1cc6eca501930cb35645.tar.gz sink-a48edff7a21ef6426baa1cc6eca501930cb35645.zip |
Fixed build issues with pedantic enabled
Diffstat (limited to 'common/resourceaccess.cpp')
-rw-r--r-- | common/resourceaccess.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/resourceaccess.cpp b/common/resourceaccess.cpp index 29d5a1c..4885b9f 100644 --- a/common/resourceaccess.cpp +++ b/common/resourceaccess.cpp | |||
@@ -220,7 +220,6 @@ KAsync::Job<void> ResourceAccess::Private::initializeSocket() | |||
220 | SinkWarning() << "Failed to start resource"; | 220 | SinkWarning() << "Failed to start resource"; |
221 | return KAsync::error(-1, "Failed to start resource"); | 221 | return KAsync::error(-1, "Failed to start resource"); |
222 | } | 222 | } |
223 | return KAsync::null(); | ||
224 | } else { | 223 | } else { |
225 | SinkTrace() << "Connected to resource, without having to start it."; | 224 | SinkTrace() << "Connected to resource, without having to start it."; |
226 | Q_ASSERT(s); | 225 | Q_ASSERT(s); |