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/inspector.cpp | |
parent | 44d77a4e65dcc5d79a1e924a139ec65a9a1e8f9d (diff) | |
download | sink-c40d14c78b6eaae9dd7ea0c00e49d99a1121d189.tar.gz sink-c40d14c78b6eaae9dd7ea0c00e49d99a1121d189.zip |
Fixed a bunch of 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 | ||