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

Add -Wno-psabi to C++ example Makefile #207

Open
PeterJohnson opened this issue Oct 6, 2021 · 0 comments
Open

Add -Wno-psabi to C++ example Makefile #207

PeterJohnson opened this issue Oct 6, 2021 · 0 comments

Comments

@PeterJohnson
Copy link
Member

We use this in native-utils to avoid compiler warnings about parameter passing for argument of type 'wpi::ArrayRef<double>' changed in GCC 7.1, which do not apply to our use case, because we only compile with GCC 7 or later (C++17).

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

No branches or pull requests

1 participant