-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
libretro: fix build with GCC 14 #368955
libretro: fix build with GCC 14 #368955
Conversation
c63b544
to
84b44ce
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it looks like, at least for the 2 I tried, that rather than pinning to gcc13 can add env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types";
instead. still not great but slightly better than pinning to an old compiler / toolchain.
84b44ce
to
e1d379e
Compare
Done, now The only one that is kept in GCC 13 is |
e1d379e
to
378fc08
Compare
Fix build with GCC 14.
378fc08
to
f5d4784
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Fix
retroarch-full
.Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.