Skip to content

Fix compilation because of pointer/int comparison. #3272

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

Merged
merged 1 commit into from
Jun 8, 2022

Conversation

vrabaud
Copy link
Contributor

@vrabaud vrabaud commented Jun 8, 2022

Without this fix, the error is:

"ordered comparison between pointer and zero ('volatile unsigned int *' and 'int')"

Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

  • I agree to contribute to the project under Apache 2 License.
  • To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
  • The PR is proposed to the proper branch

Without this fix, the error is:

"ordered comparison between pointer and zero ('volatile unsigned int *' and 'int')"
@opencv-pushbot opencv-pushbot merged commit 559978e into opencv:4.x Jun 8, 2022
@vrabaud vrabaud deleted the 4.x_compile branch June 9, 2022 09:23
@alalek alalek mentioned this pull request Aug 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants