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

MIES_GlobalStringAndVariableAccess.ipf: fix return in mac code #2365

Merged
merged 1 commit into from
Mar 7, 2025

Conversation

Garados007
Copy link
Collaborator

The function ExecuteGitForMIESVersion() contained MacOSX specific code with an invalid break statement. This one doesn't compile, because it wasn't used inside a loop or switch statement and is now replaced with an abort according to the function documentation.

Thanks for opening a PR in MIES ✨!

  • Code can only be merged if the continous integration tests pass
  • Please ensure that the branch is named correctly. See
    here for the detailed explanation.

The function `ExecuteGitForMIESVersion()` contained MacOSX specific code with an
invalid break statement. This one doesn't compile, because it wasn't used inside
a loop or switch statement and is now replaced with an abort according to the
function documentation.
@Garados007 Garados007 self-assigned this Mar 7, 2025
@t-b t-b merged commit 866aecc into main Mar 7, 2025
12 checks passed
@t-b t-b deleted the bugfix/2365-mac-support branch March 7, 2025 15:53
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.

2 participants