diff --git a/src/ui/theme.c b/src/ui/theme.c index 4aff7e068..243d369c2 100644 --- a/src/ui/theme.c +++ b/src/ui/theme.c @@ -656,6 +656,7 @@ get_button_rect (MetaButtonType type, *rect = fgeom->appmenu_rect.visible; break; + default: case META_BUTTON_TYPE_LAST: g_assert_not_reached (); break;