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

[Actions] Adding a MacOS build workflow, fixing several MacOS specific compilation errors and warnings #1788

Merged
merged 92 commits into from
Nov 7, 2024

Conversation

VeithMetro
Copy link
Contributor

No description provided.

…ed in the cmake

And having it redefined here caused warnings treated as errors:

/Users/runner/work/Thunder/Thunder/Thunder/Source/core/Portability.h:440:9: error: '__APPLE_USE_RFC_3542' macro redefined [-Werror,-Wmacro-redefined]
#define __APPLE_USE_RFC_3542
        ^
<command line>:7:9: note: previous definition is here
#define __APPLE_USE_RFC_3542 1
        ^
We could also use the macro, but since we are not even using these params in Debug, this seems a bit cleaner
Here we are using the macro as these params are in fact used on Linux
as it is indeed an override of method from IPCChannel
@VeithMetro VeithMetro requested a review from sebaszm November 5, 2024 08:52
Source/core/Factory.h Outdated Show resolved Hide resolved
Copy link
Contributor

@pwielders pwielders left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done, small remark, but now we have a warning free build on Apple as well ?

@VeithMetro
Copy link
Contributor Author

VeithMetro commented Nov 6, 2024

Well done, small remark, but now we have a warning free build on Apple as well ?

@pwielders indeed we have! At least for Thunder, but other repos will follow shortly 😄

@VeithMetro VeithMetro requested a review from pwielders November 6, 2024 07:40
@pwielders pwielders merged commit 1ecc540 into master Nov 7, 2024
57 checks passed
@pwielders pwielders deleted the development/actions-macos-release branch November 7, 2024 10:55
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.

3 participants