You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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$
The text was updated successfully, but these errors were encountered:
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$
The text was updated successfully, but these errors were encountered: