Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't undefine __STRICT_ANSI__ for mingw
This was done originally to fix #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.
- Loading branch information