diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-12 14:10:07 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-12 14:10:07 +0100 |
commit | fbf94e47dbdc1cb3303b51f32f77481eb68fae3d (patch) | |
tree | 84b87a6a8343332763efa24d64dc177dcc0abd78 /common/synchronizer.cpp | |
parent | 24ba78cf4b1e479c5e83c9e0695fc68a7b702cc9 (diff) | |
download | sink-fbf94e47dbdc1cb3303b51f32f77481eb68fae3d.tar.gz sink-fbf94e47dbdc1cb3303b51f32f77481eb68fae3d.zip |
Revert "Fixed warnings"
Doesn't work with CATCH_ERRORS=ON
This reverts commit 2bb2a10f5c4010d168b3d26e9937cf26365a0d0c.
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 c5dfd22..4a0ac46 100644 --- a/common/synchronizer.cpp +++ b/common/synchronizer.cpp | |||
@@ -696,3 +696,8 @@ bool Synchronizer::allChangesReplayed() | |||
696 | 696 | ||
697 | SINK_REGISTER_TYPES() | 697 | SINK_REGISTER_TYPES() |
698 | 698 | ||
699 | #pragma clang diagnostic push | ||
700 | #pragma clang diagnostic ignored "-Wundefined-reinterpret-cast" | ||
701 | #include "synchronizer.moc" | ||
702 | #include "moc_synchronizer.cpp" | ||
703 | #pragma clang diagnostic pop | ||