diff --git a/libvips/iofuncs/type.c b/libvips/iofuncs/type.c index 06019b67..7d09d7f1 100644 --- a/libvips/iofuncs/type.c +++ b/libvips/iofuncs/type.c @@ -1013,6 +1013,7 @@ vips_value_set_array_object( GValue *value, int n ) void vips__meta_init_types( void ) { + (void) vips_thing_get_type(); (void) vips_save_string_get_type(); (void) vips_area_get_type(); (void) vips_ref_string_get_type();