Bug #607
MinGW problem with parser.cpp, CParser::ReadDouble()
Status: | Approved | Start date: | 12/13/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Miroslav Fidler | % Done: | 0% | |
Category: | Core | Spent time: | - | |
Target version: | - |
Description
Now it is not possible to compile with MinGW due to a simple problem in parse.cpp function CParser::ReadDouble().
Just adding this before the function solves it:
#if defined(COMPILER_MINGW) _CRTIMP unsigned int __cdecl __MINGW_NOTHROW _clearfp (void); #define SW_OVERFLOW 0x00000004 #endif
History
#1 Updated by Miroslav Fidler over 11 years ago
- Status changed from New to Approved