In file included from ./vips.go:5:
./vips.h: In function ‘vips_reduce_bridge’:
./vips.h:133:9: warning: missing sentinel in function call [-Wformat=]
133 | return vips_reduce(in, out, xshrink, yshrink, "kernel", kernel);
| ^~
config
./vips.go:670:83: cannot use kernel (variable of type Kernel) as _Ctype_int value in variable declaration
steven@boticelli:~/bimg$
steven@boticelli:~/bimg$ sudo go build -v config
config
In file included from ./vips.go:5: ./vips.h: In function ‘vips_reduce_bridge’: ./vips.h:133:9: warning: missing sentinel in function call [-Wformat=] 133 | return vips_reduce(in, out, xshrink, yshrink, "kernel", kernel); | ^
~config
./vips.go:670:83: cannot use kernel (variable of type Kernel) as _Ctype_int value in variable declaration steven@boticelli:~/bimg$