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

Fix calloc-transposed-args warning #206

Merged
merged 1 commit into from
May 10, 2024
Merged

Conversation

karjonas
Copy link
Contributor

This is a gcc warning: tinyexr.h:4926:12: note: earlier argument should specify number of elements, later size of each element

Simply flipping the arguments fixes the warning

This is a gcc warning: tinyexr.h:4926:12: note: earlier argument should
specify number of elements, later size of each element

Simply flipping the arguments fixes the warning
@syoyo syoyo merged commit 2a5ea89 into syoyo:release May 10, 2024
5 checks passed
@syoyo
Copy link
Owner

syoyo commented May 10, 2024

Good find! Thanks! Merged!

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 this pull request may close these issues.

2 participants