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/genericresource.cpp | |
parent | 44d77a4e65dcc5d79a1e924a139ec65a9a1e8f9d (diff) | |
download | sink-c40d14c78b6eaae9dd7ea0c00e49d99a1121d189.tar.gz sink-c40d14c78b6eaae9dd7ea0c00e49d99a1121d189.zip |
Fixed a bunch of 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 9cf91da..bd97036 100644 --- a/common/genericresource.cpp +++ b/common/genericresource.cpp | |||
@@ -166,7 +166,3 @@ void GenericResource::setLowerBoundRevision(qint64 revision) | |||
166 | updateLowerBoundRevision(); | 166 | updateLowerBoundRevision(); |
167 | } | 167 | } |
168 | 168 | ||
169 | #pragma clang diagnostic push | ||
170 | #pragma clang diagnostic ignored "-Wundefined-reinterpret-cast" | ||
171 | #include "genericresource.moc" | ||
172 | #pragma clang diagnostic pop | ||