Silence 'missing sentinel' warnings in GCC v6+

This commit is contained in:
Lovell Fuller 2018-09-04 11:00:39 +01:00
parent 870610af4e
commit ec2ad85279
1 changed files with 1 additions and 1 deletions

View File

@ -1193,7 +1193,7 @@ vips_composite_base_build( VipsObject *object )
if( vips_embed( in[i], &position[i],
composite->x_offset[i - 1],
composite->y_offset[i - 1],
width, height, NULL ) )
width, height, (void *) NULL ) )
return( -1 );
in = position;