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

C6294 ill defined for loop fix #5750

Merged
merged 1 commit into from
Feb 4, 2020
Merged

C6294 ill defined for loop fix #5750

merged 1 commit into from
Feb 4, 2020

Commits on Jan 30, 2020

  1. for loop uses a UCHAR but compares to 256 (which in not within the ra…

    …nge of UCHAR) so the conditional is always true which generates a compiler warning. Change the conditional to true to avoid the warning and does not change functionality.
    JTrantow committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    5342591 View commit details
    Browse the repository at this point in the history