diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-10 15:38:13 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-10 15:38:13 +0100 |
commit | 2bb2a10f5c4010d168b3d26e9937cf26365a0d0c (patch) | |
tree | 04d32105a4df885a61cd0d0be16ea839213bd7d4 /common/inspector.cpp | |
parent | 1ba683805a276307644adbd9cc916829f367cbc9 (diff) | |
download | sink-2bb2a10f5c4010d168b3d26e9937cf26365a0d0c.tar.gz sink-2bb2a10f5c4010d168b3d26e9937cf26365a0d0c.zip |
Fixed warnings
Diffstat (limited to 'common/inspector.cpp')
-rw-r--r-- | common/inspector.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/inspector.cpp b/common/inspector.cpp index 0e7a61f..0fa0f3d 100644 --- a/common/inspector.cpp +++ b/common/inspector.cpp | |||
@@ -90,8 +90,3 @@ 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 | ||