diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-10 15:38:13 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-10 15:38:13 +0100 |
commit | 2bb2a10f5c4010d168b3d26e9937cf26365a0d0c (patch) | |
tree | 04d32105a4df885a61cd0d0be16ea839213bd7d4 /common/synchronizer.cpp | |
parent | 1ba683805a276307644adbd9cc916829f367cbc9 (diff) | |
download | sink-2bb2a10f5c4010d168b3d26e9937cf26365a0d0c.tar.gz sink-2bb2a10f5c4010d168b3d26e9937cf26365a0d0c.zip |
Fixed warnings
Diffstat (limited to 'common/synchronizer.cpp')
-rw-r--r-- | common/synchronizer.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/synchronizer.cpp b/common/synchronizer.cpp index 4a0ac46..c5dfd22 100644 --- a/common/synchronizer.cpp +++ b/common/synchronizer.cpp | |||
@@ -696,8 +696,3 @@ 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 | ||