Skip to content

Fixed compiler errors on Xcode 14.3#7

Open
aegooby wants to merge 1 commit intoo3de:release/104.1from
aegooby:release/104.1
Open

Fixed compiler errors on Xcode 14.3#7
aegooby wants to merge 1 commit intoo3de:release/104.1from
aegooby:release/104.1

Conversation

@aegooby
Copy link
Copy Markdown

@aegooby aegooby commented Aug 31, 2023

With Xcode 14.3, they decided to make things spicy and waste people's time. Building following the instruction yields errors because of & being used on boolean operators, which used to not be a warning (or maybe be a lighter one? I don't know). I changed them to && to make them happy and it builds now.

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.

1 participant