diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-08 23:38:36 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-08 23:38:36 +0200 |
commit | 32a2d9b61193db0a3f7ab6f45113c7d3d1ce6a92 (patch) | |
tree | 8ee4c117aaeaf30686076dc8006686ebb8f7158d /common/pipeline.cpp | |
parent | a213eff8a6ec034d01df9a36d8fddae8f2be2ac1 (diff) | |
download | sink-32a2d9b61193db0a3f7ab6f45113c7d3d1ce6a92.tar.gz sink-32a2d9b61193db0a3f7ab6f45113c7d3d1ce6a92.zip |
Fixed warnings
Diffstat (limited to 'common/pipeline.cpp')
-rw-r--r-- | common/pipeline.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/pipeline.cpp b/common/pipeline.cpp index f5cf995..dc6f128 100644 --- a/common/pipeline.cpp +++ b/common/pipeline.cpp | |||
@@ -283,6 +283,8 @@ KAsync::Job<qint64> Pipeline::modifiedEntity(void const *command, size_t size) | |||
283 | case Preprocessor::DropModification: | 283 | case Preprocessor::DropModification: |
284 | SinkTraceCtx(d->logCtx) << "Dropping modification"; | 284 | SinkTraceCtx(d->logCtx) << "Dropping modification"; |
285 | return KAsync::error<qint64>(0); | 285 | return KAsync::error<qint64>(0); |
286 | case Preprocessor::NoAction: | ||
287 | case Preprocessor::DeleteEntity: | ||
286 | default: | 288 | default: |
287 | break; | 289 | break; |
288 | } | 290 | } |