diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-31 12:17:32 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-31 12:17:32 +0100 |
commit | 380649c1eb762f5f7a10cd15d1c5e87f36b0638c (patch) | |
tree | 74effbf9e95e3c7ccc4ee66ed1eddb0d3f265e9b /common/listener.cpp | |
parent | 8aa5510513719f3a8e40a6faf6749fdfc44490d2 (diff) | |
download | sink-380649c1eb762f5f7a10cd15d1c5e87f36b0638c.tar.gz sink-380649c1eb762f5f7a10cd15d1c5e87f36b0638c.zip |
Build without warnings
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 | ||