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

Enable -Xlint:all and -Werror compile arguments #6572

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

tomekzaw
Copy link
Member

@tomekzaw tomekzaw commented Oct 4, 2024

Summary

This PR enables -Xlint:all warnings as well as treats all warnings as errors using -Werror compile argument to prevent warnings from happening which is checked on CI.

The ultimate goal is to remove the following warnings when compiling Reanimated in React Native apps:

Screenshot 2024-10-04 at 16 38 42

TODO: fix all errors

Test plan

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