X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fmain.cpp;fp=src%2Fmain.cpp;h=c9d236232c9c0e4a3bc5decacecb813ee4b6a83a;hp=46ea73bb1b3508704b65bee09562f59364e68a7e;hb=f0b6c9b6b95fde134927c395afbfbbbc057868e6;hpb=6c0dfe752994312ee58d307b383948bfeb2d6e2e diff --git a/src/main.cpp b/src/main.cpp index 46ea73b..c9d2362 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -36,9 +36,9 @@ int main(int argc, char ** argv) #endif // We want to crash if we ever get a NaN. - // AH, so *this* is where that got enabled, I was looking for compiler flags + // Not any more #ifndef __MINGW32__ - feenableexcept(FE_DIVBYZERO | FE_INVALID); // | FE_OVERFLOW); + //feenableexcept(FE_DIVBYZERO | FE_INVALID); // | FE_OVERFLOW); #endif #if REALTYPE == REAL_MPFRCPP