Commit abecbda
authored
Don't undefine __STRICT_ANSI__ for mingw (HaxeFoundation#1112)
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.1 parent f61cd01 commit abecbda
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
0 commit comments