diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-10 15:38:13 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-10 15:38:13 +0100 |
commit | 2bb2a10f5c4010d168b3d26e9937cf26365a0d0c (patch) | |
tree | 04d32105a4df885a61cd0d0be16ea839213bd7d4 /common/commandprocessor.cpp | |
parent | 1ba683805a276307644adbd9cc916829f367cbc9 (diff) | |
download | sink-2bb2a10f5c4010d168b3d26e9937cf26365a0d0c.tar.gz sink-2bb2a10f5c4010d168b3d26e9937cf26365a0d0c.zip |
Fixed warnings
Diffstat (limited to 'common/commandprocessor.cpp')
-rw-r--r-- | common/commandprocessor.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/commandprocessor.cpp b/common/commandprocessor.cpp index 3507ef1..8b6e685 100644 --- a/common/commandprocessor.cpp +++ b/common/commandprocessor.cpp | |||
@@ -364,8 +364,3 @@ KAsync::Job<void> CommandProcessor::processAllMessages() | |||
364 | }); | 364 | }); |
365 | } | 365 | } |
366 | 366 | ||
367 | #pragma clang diagnostic push | ||
368 | #pragma clang diagnostic ignored "-Wundefined-reinterpret-cast" | ||
369 | #include "commandprocessor.moc" | ||
370 | #include "moc_commandprocessor.cpp" | ||
371 | #pragma clang diagnostic pop | ||