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

Change while to do-while #360

Closed
wants to merge 1 commit into from
Closed

Change while to do-while #360

wants to merge 1 commit into from

Commits on Nov 21, 2019

  1. Change while to do-while

    The assert statement says that the location must be a macroID, which is true. However, the while statements checks for that again, which is unnecessary, and gives warnings for returning a potentially non-initialized variable. For this reason, I suggest changing the while to a do-while loop while keeping the assert where it is.
    pi1024e committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    028c10f View commit details
    Browse the repository at this point in the history