diff options
Diffstat (limited to 'common/pipeline.cpp')
-rw-r--r-- | common/pipeline.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/pipeline.cpp b/common/pipeline.cpp index 401c26d..0598bad 100644 --- a/common/pipeline.cpp +++ b/common/pipeline.cpp | |||
@@ -459,3 +459,7 @@ void Preprocessor::finalize() | |||
459 | 459 | ||
460 | } // namespace Sink | 460 | } // namespace Sink |
461 | 461 | ||
462 | #pragma clang diagnostic push | ||
463 | #pragma clang diagnostic ignored "-Wundefined-reinterpret-cast" | ||
464 | #include "moc_pipeline.cpp" | ||
465 | #pragma clang diagnostic pop | ||