[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: mingw-w64 build breaks and warnings
From: |
Stephan T. Lavavej |
Subject: |
RE: mingw-w64 build breaks and warnings |
Date: |
Tue, 26 Nov 2013 12:30:50 -0800 |
[Ray Donnelly]
> Instead of adding the MS-specific "%Ix", could you not add (in the
> batch file) the define of __MINGW_USE_ANSI_STDIO=1, otherwise I
> suspect you'd be breaking people who prefer the stdio a bit more ansi
> (mingw-builds for example).
[Eli Zaretskii]
> That change is in code that is only compiled on Windows anyway, so it
> won't break anything.
__USE_MINGW_ANSI_STDIO was added (for mingw-w64) by d1d737d on Oct 18, then
removed by 757849c on Nov 24, so I didn't want to add it back. And like I
mentioned, make is already using the "I" length modifier elsewhere.
I have no preferences for how the errors and warnings are fixed - I would
just like to be able to build make without local patches.
Thanks,
STL