diff options
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 | } |