Cleanup: unused argument warning

This commit is contained in:
Campbell Barton 2022-11-09 21:08:31 +11:00
parent 683b945917
commit 477faffd78
1 changed files with 2 additions and 0 deletions

View File

@ -5065,6 +5065,8 @@ GHOST_SystemWayland::GHOST_SystemWayland(bool background)
}
}
else
#else
(void)background;
#endif
{
GWL_XDG_Decor_System &decor = *display_->xdg_decor;