fix compiler warning
This commit is contained in:
parent
e01a90f7cf
commit
61455823e6
@ -307,6 +307,11 @@ vips_smartcrop_build( VipsObject *object )
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
g_assert_not_reached();
|
g_assert_not_reached();
|
||||||
|
|
||||||
|
/* Stop a compiler warning.
|
||||||
|
*/
|
||||||
|
left = 0;
|
||||||
|
top = 0;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user