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/commandprocessor.cpp | |
parent | 1d9e0016d63f9b5d86d54cfa0f396d3ea24a2db6 (diff) | |
download | sink-a48edff7a21ef6426baa1cc6eca501930cb35645.tar.gz sink-a48edff7a21ef6426baa1cc6eca501930cb35645.zip |
Fixed build issues with pedantic enabled
Diffstat (limited to 'common/commandprocessor.cpp')
-rw-r--r-- | common/commandprocessor.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/commandprocessor.cpp b/common/commandprocessor.cpp index 87a120b..a6371be 100644 --- a/common/commandprocessor.cpp +++ b/common/commandprocessor.cpp | |||
@@ -380,3 +380,9 @@ KAsync::Job<void> CommandProcessor::processAllMessages() | |||
380 | } | 380 | } |
381 | }); | 381 | }); |
382 | } | 382 | } |
383 | |||
384 | #pragma clang diagnostic push | ||
385 | #pragma clang diagnostic ignored "-Wundefined-reinterpret-cast" | ||
386 | #include "commandprocessor.moc" | ||
387 | #include "moc_commandprocessor.cpp" | ||
388 | #pragma clang diagnostic pop | ||