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/inspector.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/inspector.cpp')
-rw-r--r-- | common/inspector.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/inspector.cpp b/common/inspector.cpp index 0fa0f3d..0e7a61f 100644 --- a/common/inspector.cpp +++ b/common/inspector.cpp | |||
@@ -90,3 +90,8 @@ KAsync::Job<void> Inspector::inspect(int inspectionType, const QByteArray &inspe | |||
90 | return KAsync::error(-1, "Inspection not implemented."); | 90 | return KAsync::error(-1, "Inspection not implemented."); |
91 | } | 91 | } |
92 | 92 | ||
93 | #pragma clang diagnostic push | ||
94 | #pragma clang diagnostic ignored "-Wundefined-reinterpret-cast" | ||
95 | #include "inspector.moc" | ||
96 | #include "moc_inspector.cpp" | ||
97 | #pragma clang diagnostic pop | ||