Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

warning: comparison of integers of different signs: 'int' and 'size_t' #58

Open
bpasero opened this issue Sep 27, 2016 · 0 comments
Open

Comments

@bpasero
Copy link
Contributor

bpasero commented Sep 27, 2016

Building against Electron 1.3.7 I am getting the following warning on macOS:

../src/onig-string.cc:25:40: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
  hasMultiByteChars = (value->Length() != utf8_length_);
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant