win32: Fix empty body warning

This commit is contained in:
Benjamin Otte 2016-02-06 02:14:37 +01:00 committed by Benjamin Otte
parent bfd254c932
commit 788951c543

View File

@ -1687,7 +1687,9 @@ gdk_win32_window_set_geometry_hints (GdkWindow *window,
impl->hints = *geometry;
if (geom_mask & GDK_HINT_POS)
; /* even the X11 mplementation doesn't care */
{
/* even the X11 mplementation doesn't care */
}
if (geom_mask & GDK_HINT_MIN_SIZE)
{