diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-05-24 14:49:10 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-05-24 14:49:10 +0200 |
commit | c40d14c78b6eaae9dd7ea0c00e49d99a1121d189 (patch) | |
tree | bc130141514eeea43899d11de175b096a14edb1f /common/commandprocessor.cpp | |
parent | 44d77a4e65dcc5d79a1e924a139ec65a9a1e8f9d (diff) | |
download | sink-c40d14c78b6eaae9dd7ea0c00e49d99a1121d189.tar.gz sink-c40d14c78b6eaae9dd7ea0c00e49d99a1121d189.zip |
Fixed a bunch of 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 | ||