diff options
Diffstat (limited to 'common/listener.cpp')
-rw-r--r-- | common/listener.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/listener.cpp b/common/listener.cpp index 13ebbbb..6b62552 100644 --- a/common/listener.cpp +++ b/common/listener.cpp | |||
@@ -424,3 +424,7 @@ Sink::Resource *Listener::loadResource() | |||
424 | return m_resource; | 424 | return m_resource; |
425 | } | 425 | } |
426 | 426 | ||
427 | #pragma clang diagnostic push | ||
428 | #pragma clang diagnostic ignored "-Wundefined-reinterpret-cast" | ||
429 | #include "moc_listener.cpp" | ||
430 | #pragma clang diagnostic pop | ||