diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-14 20:34:23 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-14 20:34:23 +0200 |
commit | 8e7528cbbd422b5ae5d571542b9bd4a7d8c119a0 (patch) | |
tree | d46ae0434ce2b85685e3b0f5c71dd387f5bee17a /common/changereplay.cpp | |
parent | 62e5c57333d0ac9d3f242d3d9318478cab659488 (diff) | |
download | sink-8e7528cbbd422b5ae5d571542b9bd4a7d8c119a0.tar.gz sink-8e7528cbbd422b5ae5d571542b9bd4a7d8c119a0.zip |
Fixed issues found by clang analyzer
Diffstat (limited to 'common/changereplay.cpp')
-rw-r--r-- | common/changereplay.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/changereplay.cpp b/common/changereplay.cpp index 688f47b..a17fc88 100644 --- a/common/changereplay.cpp +++ b/common/changereplay.cpp | |||
@@ -127,3 +127,7 @@ void ChangeReplay::revisionChanged() | |||
127 | } | 127 | } |
128 | } | 128 | } |
129 | 129 | ||
130 | #pragma clang diagnostic push | ||
131 | #pragma clang diagnostic ignored "-Wundefined-reinterpret-cast" | ||
132 | #include "changereplay.moc" | ||
133 | #pragma clang diagnostic pop | ||