diff options
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 | ||