iOS: Mark argument as unused for release builds
Change-Id: I73497a6c16236f912646c9fbe9b136ff760ce4f7 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>
This commit is contained in:
parent
24b440fb54
commit
0f47e8b8cd
@ -496,6 +496,7 @@ void QIOSEventDispatcher::checkIfEventLoopShouldExit()
|
||||
|
||||
void QIOSEventDispatcher::handleRunLoopExit(CFRunLoopActivity activity)
|
||||
{
|
||||
Q_UNUSED(activity);
|
||||
Q_ASSERT(activity == kCFRunLoopExit);
|
||||
|
||||
m_runLoopExitObserver.removeFromMode(kCFRunLoopCommonModes);
|
||||
|
Loading…
Reference in New Issue
Block a user