diff options
Diffstat (limited to 'common/synchronizer.cpp')
-rw-r--r-- | common/synchronizer.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/synchronizer.cpp b/common/synchronizer.cpp index bb1a3f4..a341f63 100644 --- a/common/synchronizer.cpp +++ b/common/synchronizer.cpp | |||
@@ -488,3 +488,8 @@ bool Synchronizer::allChangesReplayed() | |||
488 | 488 | ||
489 | SINK_REGISTER_TYPES() | 489 | SINK_REGISTER_TYPES() |
490 | 490 | ||
491 | #pragma clang diagnostic push | ||
492 | #pragma clang diagnostic ignored "-Wundefined-reinterpret-cast" | ||
493 | #include "synchronizer.moc" | ||
494 | #include "moc_synchronizer.cpp" | ||
495 | #pragma clang diagnostic pop | ||