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/genericresource.cpp | |
parent | 1ba683805a276307644adbd9cc916829f367cbc9 (diff) | |
download | sink-2bb2a10f5c4010d168b3d26e9937cf26365a0d0c.tar.gz sink-2bb2a10f5c4010d168b3d26e9937cf26365a0d0c.zip |
Fixed warnings
Diffstat (limited to 'common/genericresource.cpp')
-rw-r--r-- | common/genericresource.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/genericresource.cpp b/common/genericresource.cpp index 00d7d0c..9b10602 100644 --- a/common/genericresource.cpp +++ b/common/genericresource.cpp | |||
@@ -132,7 +132,3 @@ void GenericResource::setLowerBoundRevision(qint64 revision) | |||
132 | updateLowerBoundRevision(); | 132 | updateLowerBoundRevision(); |
133 | } | 133 | } |
134 | 134 | ||
135 | #pragma clang diagnostic push | ||
136 | #pragma clang diagnostic ignored "-Wundefined-reinterpret-cast" | ||
137 | #include "genericresource.moc" | ||
138 | #pragma clang diagnostic pop | ||