Skip to content
New issue

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

suppress warning: sign compare #79

Merged
merged 1 commit into from
Dec 10, 2016

Conversation

nurse
Copy link
Contributor

@nurse nurse commented Dec 10, 2016

warning: comparison between signed and unsigned integer expressions -Wsign-compare

warning: comparison between signed and unsigned integer expressions -Wsign-compare
@coveralls
Copy link

coveralls commented Dec 10, 2016

Coverage Status

Coverage remained the same at 81.372% when pulling a8bf29d on nurse:fix-warning-sing-compare into 94a7436 on k-takata:master.

hsbt pushed a commit to ruby/ruby that referenced this pull request Dec 10, 2016
* https://github.com/k-takata/Onigmo/blob/Onigmo-6.0.0/HISTORY
* fix for ruby 2.4: k-takata/Onigmo#78
* suppress warning: k-takata/Onigmo#79
* include/ruby/oniguruma.h: include onigmo.h.
* template/encdb.h.tmpl: ignore duplicated definition of EUC-CN in
  enc/euc_kr.c. It is defined in enc/gb2313.c with CRuby macro.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
@k-takata k-takata merged commit b336f08 into k-takata:master Dec 10, 2016
@k-takata
Copy link
Owner

Thanks.

@k-takata
Copy link
Owner

Oniguruma uses strange coding style: (TypeCast ) instead of (TypeCast).
Onigmo also follow the strange style. So I committed a fix: 580f655

BTW, isn't this change to st.c needed for Ruby?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants