mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-26 15:08:17 +01:00
avoid apple gcc warning
This commit is contained in:
parent
658bb3ccd4
commit
cf0f985bc4
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue