-
Notifications
You must be signed in to change notification settings - Fork 362
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
VS2015 warnings #41
Comments
The warnings about nanosvg/rast.h looks sane things to fix. I really really really hate the warnings about If upstream stb_image_write fixes the warnings, let's update, else just leave it as is. Thanks for taking the time to improve the code! |
Could you please check this version in Xcode? It compiles without warnigs with GCC 4.7.2 and VC2015 RC.
|
Upstream stb_image_write.h is even worse than your version ;-) I will patch only nanosvg.h and nanosvgrast.h warnings.
|
I have used that unused macro before, and cannot remember anymore why I changed that. It might have been gcc with tighter warning level. |
Some warnings are fixed in #42
|
I'm getting following warnings when compiling Nano SVG with VS 2015 RC. I will prepare PR with fixes, unfortunately I'm not able to test Xcode, only VC2015 and GCC. Note: I used premake5.exe vs2015 to make projects, it works fine.
The text was updated successfully, but these errors were encountered: