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

Don't undefine __STRICT_ANSI__ for mingw #1112

Merged
merged 1 commit into from
Jun 25, 2024

Commits on Jun 25, 2024

  1. Don't undefine __STRICT_ANSI__ for mingw

    This was done originally to fix HaxeFoundation#785. However, since gcc 11.1.0, this
    gives a warning:
    __STRICT_ANSI__ seems to have been undefined; this is not supported
    
    Due to this change:
    https://gcc.gnu.org/git/?p=gcc.git;a=commit;f=libstdc%2B%2B-v3/include/bits/c%2B%2Bconfig;h=767537a8b027bcb5807bb45b0268c5da98c2c7a0
    
    The original issue no longer happens with mingw-w64. The original mingw
    project is outdated (and 32 bit only) it is safe remove this flag now.
    tobil4sk committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    03d5c8d View commit details
    Browse the repository at this point in the history