Skip to content
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

stb_image_write: 'local variable is initialized but not referenced' #90

Closed
jorgenpt opened this issue Mar 24, 2015 · 1 comment · Fixed by #91
Closed

stb_image_write: 'local variable is initialized but not referenced' #90

jorgenpt opened this issue Mar 24, 2015 · 1 comment · Fixed by #91

Comments

@jorgenpt
Copy link
Contributor

Building stb_image_write.h with MSVS 2012 yields the following warnings:

stb_image_write.h(300) : warning C4189: 'rlerun' : local variable is initialized but not referenced
stb_image_write.h(300) : warning C4189: 'head' : local variable is initialized but not referenced
stb_image_write.h(300) : warning C4189: 'runstart' : local variable is initialized but not referenced

These look to just be vestigial variables from a refactoring -- no ifdef-ed references or anything. Should be safe to delete.

@nothings
Copy link
Owner

closed since it's redundant to the pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants