On 8/1/22 10:30, Martin Storsjö wrote:
Hi,
On Fri, 29 Jul 2022, Jean-Michaël Celerier wrote:
As reported on Github:
I don't think we officially use the github repo for issues - (although
the sourceforge issue tracker also is mostly unmantained), so I guess
this mailing list currently is th
Hi,
On Fri, 29 Jul 2022, Jean-Michaël Celerier wrote:
As reported on Github:
I don't think we officially use the github repo for issues - (although the
sourceforge issue tracker also is mostly unmantained), so I guess this
mailing list currently is the best place to discuss such issues - so
As reported on Github:
== issue 1 ===
https://github.com/mingw-w64/mingw-w64/issues/11
#if __MINGW_GNUC_PREREQ (3, 3)
#define __MINGW_NOTHROW __attribute__ ((__nothrow__))
#elif __MINGW_MSC_PREREQ(12, 0) && defined (__cplusplus)
#define __MINGW_NOTHROW __declspec(nothrow)
#else
#define _