We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What seems to be the problem? setting
cdialect "c23"
fails with
Error: invalid value 'c23' for cdialect
What did you expect to happen? C23 dialect.... to be supported.
What have you tried so far? reverting back to C17
How can we reproduce this? add cdialect "c23" to your premake5.lua
What version of Premake are you using? commit baa0e37, from january 11 2025, built on linux with clang-20
The text was updated successfully, but these errors were encountered:
C23 is not supported yet. Should be trivial to add. Will investigate adding it this weekend.
Sorry, something went wrong.
Thanks @nickclark2016, I looked at the commits for #2277 and realised it's not as simple as I thought for writing a patch myself.
Successfully merging a pull request may close this issue.
What seems to be the problem?
setting
cdialect "c23"
fails with
Error: invalid value 'c23' for cdialect
What did you expect to happen?
C23 dialect.... to be supported.
What have you tried so far?
reverting back to C17
How can we reproduce this?
add
cdialect "c23"
to your premake5.luaWhat version of Premake are you using?
commit baa0e37, from january 11 2025, built on linux with clang-20
The text was updated successfully, but these errors were encountered: