We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Message:
selector.c:543:36: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] 543 | return rb_funcall(selectables, rb_intern("empty?"), 0) == Qtrue ? Qtrue : Qfalse; | ^~~~~~~~~~~~~~~~~~~ /../../.rbenv/versions/2.7.2/include/ruby-2.7.0/ruby/ruby.h:1847:24: note: expanded from macro 'rb_intern' 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /../../.rbenv/versions/2.7.2/include/ruby-2.7.0/ruby/ruby.h:1837:5: note: expanded from macro 'RUBY_CONST_ID_CACHE' 1837 | } | ^ selector.c:543:36: note: ')' token is here 543 | return rb_funcall(selectables, rb_intern("empty?"), 0) == Qtrue ? Qtrue : Qfalse; | ^~~~~~~~~~~~~~~~~~~ /../../.rbenv/versions/2.7.2/include/ruby-2.7.0/ruby/ruby.h:1847:56: note: expanded from macro 'rb_intern' 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \ | ^ 96 warnings and 1 error generated. make: *** [selector.o] Error 1 make failed, exit code 2
The text was updated successfully, but these errors were encountered:
Please update to the latest version of the gem.
Sorry, something went wrong.
No branches or pull requests
Error Message:
The text was updated successfully, but these errors were encountered: