Closed Fishrock123 closed 10 years ago
It looks like you're compiling without C++0x enabled. There was another issue where someone was able to compile by adding a compile flag to the gyp file, let me find that quickly.
You mean #13?
'cflags_cc': [ '-std=c++0x' ]
Is still in the gyp.
Oh I just realized you said they were warnings. Thanks for the heads up, not sure why that's worth raising a warning about.
Yes, that's the issue I was referring to.
I think I remember this issue being resolved. Am I right @Fishrock123? Closing for now, but feel free to reopen
Nope. Here's a gist: https://gist.github.com/Fishrock123/8155792
Same as in the original issue comment.
I'm getting these compile warnings, just a heads up.