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

Switch to C23 #107

Open
3 tasks
bates64 opened this issue Dec 26, 2024 · 0 comments
Open
3 tasks

Switch to C23 #107

bates64 opened this issue Dec 26, 2024 · 0 comments
Labels
questionable This is risky or potentially invalid or undesirable

Comments

@bates64
Copy link
Owner

bates64 commented Dec 26, 2024

  • Finish Nix flake #51, making GCC 14 generally available
  • Change all uses of prototype-less declarations (auto func();) into variadic functions (auto func(...); - invalid before C23!)
  • Fix all the warnings in Enable warnings and errors #109

Probably more changes to make

@bates64 bates64 added the questionable This is risky or potentially invalid or undesirable label Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
questionable This is risky or potentially invalid or undesirable
Projects
None yet
Development

No branches or pull requests

1 participant