-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Lots of "comparison of integers of different signs" warnings on install. #4
Comments
We can probably hide this with a cflag, have to find it though. |
And, sending an issue to the original woff2 project is also an option, even make a PR if you want. |
+1 |
nfroidure
added a commit
that referenced
this issue
Jul 1, 2015
I found this https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html I could mute warnings with the -w option on Linux, can someone confirm it works also for MacOSX? |
ping @Psiablo |
Merged and published. Thank you 👍 . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Installing on Mac OS X 10.10.3 and Node v0.12.5 produces lots of the following warnings (still installs and builds correctly), but is dirty and loud.
Example:
Not sure if we can correct these issues, or possibly suppress the noise if they can safely be ignored.
The text was updated successfully, but these errors were encountered: