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

unused variable warning #33

Closed
lostoliv opened this issue Oct 27, 2016 · 1 comment
Closed

unused variable warning #33

lostoliv opened this issue Oct 27, 2016 · 1 comment

Comments

@lostoliv
Copy link

Hi Syoyo,

Tiny issue: when compiling with "-Wall" flag, we get this warning:

tinyexr.h:9300:10: warning: unused variable 'ret' [-Wunused-variable]

Could you add this:

(void)ret;

line 9305, after the assert to avoid the warning?

Thanks.
-oliv

@syoyo syoyo closed this as completed in ec318e7 Oct 27, 2016
@syoyo
Copy link
Owner

syoyo commented Oct 27, 2016

Thanks for the report! Fixed.

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

No branches or pull requests

2 participants