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

PS5 Build Fix #59

Merged
merged 1 commit into from
Oct 15, 2021
Merged

PS5 Build Fix #59

merged 1 commit into from
Oct 15, 2021

Conversation

brwarner
Copy link
Contributor

@brwarner brwarner commented Oct 8, 2021

Fixes build errors on PS5.

The main issue was that we were emitting #pragma warnings that aren't supported by the CLang compiler used by PS4/5. The warning we were disabling is specific to Microsoft so it shouldn't be an issue we're not emitting these pragmas on these platforms.

@brwarner brwarner self-assigned this Oct 8, 2021
@brwarner brwarner changed the base branch from master to development October 8, 2021 21:29
@brwarner brwarner added this to the v1.3.2 milestone Oct 8, 2021
@brwarner brwarner added the bug label Oct 14, 2021
@brwarner brwarner merged commit 7329f8a into development Oct 15, 2021
@brwarner brwarner deleted the ps5-pragma-fix branch October 15, 2021 16:45
@brwarner brwarner mentioned this pull request Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant