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

Patch native compilation warnings. #60

Merged
merged 1 commit into from Aug 10, 2012

Conversation

GICodeWarrior
Copy link
Contributor

Fixes these warnings.

> node-gyp rebuild

  CXX(target) Release/obj.target/validation/src/validation.o
../src/validation.cc:71:21: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
  for (int i = 0; i < len; i++) {
                  ~ ^ ~~~
../src/validation.cc:75:24: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
    if (extrabytes + i >= len)
        ~~~~~~~~~~~~~~ ^  ~~~
../src/validation.cc:144:1: warning: no newline at end of file [-pedantic,-Wnewline-eof]

^

theturtle32 added a commit that referenced this pull request Aug 10, 2012
Patch native compilation warnings.
@theturtle32 theturtle32 merged commit bb46e8e into theturtle32:master Aug 10, 2012
@theturtle32
Copy link
Owner

Sweet thank you!

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.

None yet

2 participants