diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-12 16:12:05 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-12 16:12:05 +0100 |
commit | a48edff7a21ef6426baa1cc6eca501930cb35645 (patch) | |
tree | e32f567657e6114ac17a4af7546e55df58a094c9 /common/inspector.cpp | |
parent | 1d9e0016d63f9b5d86d54cfa0f396d3ea24a2db6 (diff) | |
download | sink-a48edff7a21ef6426baa1cc6eca501930cb35645.tar.gz sink-a48edff7a21ef6426baa1cc6eca501930cb35645.zip |
Fixed build issues with pedantic enabled
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 8b4c93a..78053a2 100644 --- a/common/inspector.cpp +++ b/common/inspector.cpp | |||
@@ -83,3 +83,8 @@ KAsync::Job<void> Inspector::inspect(int inspectionType, const QByteArray &inspe | |||
83 | return KAsync::error(-1, "Inspection not implemented."); | 83 | return KAsync::error(-1, "Inspection not implemented."); |
84 | } | 84 | } |
85 | 85 | ||
86 | #pragma clang diagnostic push | ||
87 | #pragma clang diagnostic ignored "-Wundefined-reinterpret-cast" | ||
88 | #include "inspector.moc" | ||
89 | #include "moc_inspector.cpp" | ||
90 | #pragma clang diagnostic pop | ||