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

nvcc: Support -Werror with argument #1823

Merged

Conversation

robertmaynard
Copy link
Collaborator

The nvcc -Werror supports a syntax where the argument is separated by a space -Werror all-warnings and therefore needs to use different rules compared to gcc which always expects an explicit = between Werror and the argument.

@sylvestre sylvestre force-pushed the bug/nvcc_support_werror_arguments branch from bebe09a to 2f7ae6f Compare July 10, 2023 21:21
@sylvestre sylvestre merged commit 6c18bbc into mozilla:main Jul 11, 2023
38 of 39 checks passed
@robertmaynard robertmaynard deleted the bug/nvcc_support_werror_arguments branch July 11, 2023 13:44
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