mirror of https://github.com/lukechilds/node.git
Browse Source
Use unsigned types for size calculations. Fixes a warning that was drowning out everything else because zone-inl.h is included in every source file: ../deps/v8/src/zone-inl.h: In member function 'void* v8::internal::Zone::New(int)': ../deps/v8/src/zone-inl.h:61:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (limit < position || size > limit - position) { PR-URL: https://github.com/nodejs/node-private/pull/62 Reviewed-By: Rod Vagg <rod@vagg.org>v0.10
committed by
Rod Vagg
3 changed files with 8 additions and 8 deletions
Loading…
Reference in new issue