Skip to content

Commit

Permalink
Cleanup: Compiler warning in release build (unused variable)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jul 20, 2016
1 parent de50796 commit 1c99e9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doomsday/sdk/libappfw/src/widgets/notificationareawidget.cpp
Expand Up @@ -51,10 +51,12 @@ DENG_GUI_PIMPL(NotificationAreaWidget)

~Impl()
{
#ifdef DENG2_DEBUG
foreach (GuiWidget *w, shown.keys())
{
DENG2_ASSERT(w->audienceForDeletion().contains(this));
}
#endif
releaseRef(shift);
}

Expand Down

0 comments on commit 1c99e9e

Please sign in to comment.