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

Remove extra extern declarations from frameworks in Darling #1504

Merged
merged 6 commits into from
Apr 6, 2024

Conversation

CKegel
Copy link
Contributor

@CKegel CKegel commented Apr 2, 2024

Certain frameworks define constants as external in both their header and implementation file. While this is not an error, it generates a significant amount of warnings that may obscure more relevant information during the build process. This PR removes those instances of redundant extern keywords.

Copy link
Contributor

@CuriousTommy CuriousTommy left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@CuriousTommy CuriousTommy merged commit 7c8415e into darlinghq:master Apr 6, 2024
2 checks passed
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