fix compiler warning

This commit is contained in:
John Cupitt 2017-04-13 16:26:05 +01:00
parent e01a90f7cf
commit 61455823e6
1 changed files with 5 additions and 0 deletions

View File

@ -307,6 +307,11 @@ vips_smartcrop_build( VipsObject *object )
default:
g_assert_not_reached();
/* Stop a compiler warning.
*/
left = 0;
top = 0;
break;
}