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 Werror from CMakeLists #370

Closed
wants to merge 6 commits into from
Closed

Remove Werror from CMakeLists #370

wants to merge 6 commits into from

Conversation

aaron-skydio
Copy link
Member

@aaron-skydio aaron-skydio commented Oct 17, 2023

Fixes #369

Standard practice is to set -Werror in environments like CI so that it fails the build there, but not default it on for all builds, so that users have the best chance of building successfully on compilers not tested by CI that emit different warnings.

We should probably just turn off -Wall and -Wextra outside CI as well, and possibly get rid of SYMFORCE_COMPILE_OPTIONS, but I'm leaving that for now.

@aaron-skydio aaron-skydio deleted the aaron/no-werror branch January 26, 2024 22:13
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.

Failure to build from source on MacOS
1 participant