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
It seems this is related to unused parameters in the size and reverse functions that aren't accounted for in the rb_define_method parameter count, and a clang change made this an error and not a warning. Opened PR #8, which appears to resolve this.
The --with-cflags=-Wno-error=incompatible-function-pointer-types workaround mentioned here also resolves the issue for me: grpc/grpc#35148 (comment)
But of course preferable to fix the underlying error vs. disabling the check.
Attempting to build the extension with Clang 16 fails like this:
My environment is:
The text was updated successfully, but these errors were encountered: