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

Fixes related to unused parameters. #2465

Merged
merged 1 commit into from
Jan 22, 2020

Conversation

lgritz
Copy link
Collaborator

@lgritz lgritz commented Jan 18, 2020

More exploring what -Wextra turns up.

Found several buglets!

  • The string version of getsym didn't pass along report_error.

  • ImageBuf::getchannel did not honor its wrap parameter.

  • ImageSpec::erase_attribute did not honor its 'searchtype' parameter.

  • IBA::reorient did not pass its nthreads params to its children.

  • IBA::computePixelHashSHA1 did not honor its nthreads parameter.

  • Get rid of useless parameter in internal helper function parse_elements.

More exploring what -Wextra turns up.

Found several buglets!

* The string version of getsym didn't pass along report_error.

* ImageBuf::getchannel did not honor its wrap parameter.

* ImageSpec::erase_attribute did not honor its 'searchtype' parameter.

* IBA::reorient did not pass its nthreads params to its children.

* IBA::computePixelHashSHA1 did not honor its nthreads parameter.

* Get rid of useless parameter in internal helper function parse_elements.
@lgritz lgritz merged commit 4f22098 into AcademySoftwareFoundation:master Jan 22, 2020
@lgritz lgritz deleted the lg-warn2 branch January 22, 2020 06:39
lgritz added a commit to lgritz/OpenImageIO that referenced this pull request Jan 22, 2020
More exploring what -Wextra turns up.

Found several buglets!

* The string version of getsym didn't pass along report_error.

* ImageBuf::getchannel did not honor its wrap parameter.

* ImageSpec::erase_attribute did not honor its 'searchtype' parameter.

* IBA::reorient did not pass its nthreads params to its children.

* IBA::computePixelHashSHA1 did not honor its nthreads parameter.

* Get rid of useless parameter in internal helper function parse_elements.
lgritz added a commit to lgritz/OpenImageIO that referenced this pull request Jan 23, 2020
More exploring what -Wextra turns up.

Found several buglets!

* The string version of getsym didn't pass along report_error.

* ImageBuf::getchannel did not honor its wrap parameter.

* ImageSpec::erase_attribute did not honor its 'searchtype' parameter.

* IBA::reorient did not pass its nthreads params to its children.

* IBA::computePixelHashSHA1 did not honor its nthreads parameter.

* Get rid of useless parameter in internal helper function parse_elements.
lgritz added a commit to lgritz/OpenImageIO that referenced this pull request Feb 5, 2020
More exploring what -Wextra turns up.

Found several buglets!

* The string version of getsym didn't pass along report_error.

* ImageBuf::getchannel did not honor its wrap parameter.

* ImageSpec::erase_attribute did not honor its 'searchtype' parameter.

* IBA::reorient did not pass its nthreads params to its children.

* IBA::computePixelHashSHA1 did not honor its nthreads parameter.

* Get rid of useless parameter in internal helper function parse_elements.
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