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

chore: suppress -Wdollar-in-identifier-extension compiler warning #589

Merged
merged 1 commit into from
Feb 18, 2025

Conversation

kkafar
Copy link
Contributor

@kkafar kkafar commented Feb 18, 2025

Summary

Following software-mansion/react-native-screens#2707

Variable names prefixed with $ are heavily utilised in codegened code. This leads to a wall of warnings popping up during every Android build. This PR aims to suppress these warnings.

image

☝🏻 and that is not all...

Test Plan

Just build Fabric + Android with this change.

Copy link
Collaborator

@janicduplessis janicduplessis left a comment

Choose a reason for hiding this comment

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

Thanks @kkafar !

@janicduplessis janicduplessis merged commit 1a4aff2 into AppAndFlow:main Feb 18, 2025
3 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