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

meson.build: raise used C standard to C11 #365

Merged
merged 1 commit into from
Sep 27, 2024

Commits on Sep 26, 2024

  1. meson.build: raise used C standard to C11

    Some C11 features have been used, but meson.build still specifies
    c_std=c99, leading to errors on Clang compiler.
    
    Fixes: containers#364
    Signed-off-by: Yao Zi <[email protected]>
    ziyao233 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e587030 View commit details
    Browse the repository at this point in the history