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

fix MinGW format attribute #125

Closed
wants to merge 1 commit into from
Closed

fix MinGW format attribute #125

wants to merge 1 commit into from

Commits on Mar 5, 2024

  1. fix MinGW format attribute

    Setting -D__USE_MINGW_ANSI_STDIO=1 is wrong and should not be used. MinGW
    internally uses a macro to select between gnu_printf and printf. Just use
    that instead of using a wrong format under clang backends.
    
    Signed-off-by: Rosen Penev <[email protected]>
    neheb committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    db896a1 View commit details
    Browse the repository at this point in the history