silence a clang warning
This commit is contained in:
parent
9419e07a6b
commit
3be5af9779
@ -220,6 +220,13 @@ vips_arrayjoin_build( VipsObject *object )
|
|||||||
int left, top;
|
int left, top;
|
||||||
int width, height;
|
int width, height;
|
||||||
|
|
||||||
|
/* Keep clang quiet about used-before-set.
|
||||||
|
*/
|
||||||
|
left = 0;
|
||||||
|
top = 0;
|
||||||
|
width = 0;
|
||||||
|
height = 0;
|
||||||
|
|
||||||
switch( join->halign ) {
|
switch( join->halign ) {
|
||||||
case VIPS_ALIGN_LOW:
|
case VIPS_ALIGN_LOW:
|
||||||
left = 0;
|
left = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user