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