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

More fixes for problems found by -Wextra #2475

Merged
merged 1 commit into from
Jan 27, 2020

Conversation

lgritz
Copy link
Collaborator

@lgritz lgritz commented Jan 24, 2020

More actual (unreported) buglets revealed by -Wextra pointing out function
parameters that were unused.

  • Failed to properly swap endianness when decoding Canon camera info.

  • ColorProcessor::apply methods were not using chanstride param.

  • texture3d fixes: some deriv results dropped on the floor

  • Get rid of unused parameters in some internal functions. Not a bug
    per se, but could be misleading about how the functions operate.

More actual (unreported) buglets revealed by -Wextra pointing out function
parameters that were unused.

* Failed to properly swap endianness when decoding Canon camera info.

* ColorProcessor::apply methods were not using chanstride param.

* texture3d fixes: some deriv results dropped on the floor

* Get rid of unused parameters in some internal functions. Not a bug
  per se, but could be misleading about how the functions operate.
@lgritz lgritz merged commit f21494e into AcademySoftwareFoundation:master Jan 27, 2020
@lgritz lgritz deleted the lg-warn4 branch January 27, 2020 22:24
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.

None yet

1 participant