diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-12 14:10:07 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-12 14:10:07 +0100 |
commit | fbf94e47dbdc1cb3303b51f32f77481eb68fae3d (patch) | |
tree | 84b87a6a8343332763efa24d64dc177dcc0abd78 /common/commandprocessor.cpp | |
parent | 24ba78cf4b1e479c5e83c9e0695fc68a7b702cc9 (diff) | |
download | sink-fbf94e47dbdc1cb3303b51f32f77481eb68fae3d.tar.gz sink-fbf94e47dbdc1cb3303b51f32f77481eb68fae3d.zip |
Revert "Fixed warnings"
Doesn't work with CATCH_ERRORS=ON
This reverts commit 2bb2a10f5c4010d168b3d26e9937cf26365a0d0c.
Diffstat (limited to 'common/commandprocessor.cpp')
-rw-r--r-- | common/commandprocessor.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/commandprocessor.cpp b/common/commandprocessor.cpp index 8b6e685..3507ef1 100644 --- a/common/commandprocessor.cpp +++ b/common/commandprocessor.cpp | |||
@@ -364,3 +364,8 @@ 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 | ||