diff --git a/lib/3rdparty/mingw/merr.c b/lib/3rdparty/mingw/merr.c index 134e10fae62..d2a55fd9591 100644 --- a/lib/3rdparty/mingw/merr.c +++ b/lib/3rdparty/mingw/merr.c @@ -10,6 +10,7 @@ int __defaultmatherr = 0; +#if 0 int __CRTDECL _matherr (struct _exception *pexcept) { @@ -51,3 +52,4 @@ _matherr (struct _exception *pexcept) return 0; } +#endif