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

nv-display-driver: GCC14 fix implicit function #266

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

brianmcgillion
Copy link
Contributor

With the latest changes to gcc, introduced in gcc14 there conftest is failing. GCC14 is now part of the nixos-unstable so this is a preventative change and does not introduce a regression on gcc < 14.

Description of changes

do not enforce the strict checking of implicit-function-declaration

Testing

built against nixos-unstable

With the latest changes to gcc, introduced in gcc14 there conftest is
failing. GCC14 is now part of the nixos-unstable so this is a
preventative change and does not introduce a regression on gcc < 14.

Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>
@danielfullmer danielfullmer merged commit 261b96f into anduril:master Jan 16, 2025
1 check failed
@danielfullmer
Copy link
Collaborator

Thanks!

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