avoid apple gcc warning

This commit is contained in:
Paul Davis 2014-01-11 15:01:29 -05:00
parent 658bb3ccd4
commit cf0f985bc4
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ Splash::pop_back_for (Gtk::Window& win)
So for OS X, we just hide ourselves.
*/
(void) win;
hide();
#else
set_keep_above (false);