X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fmain.cpp;fp=src%2Fmain.cpp;h=051f7ce01f8bb9653c3485c65919376fcc14be35;hp=a4c570be47544ac7f0541b09a524cb2883b38fd1;hb=25548aa3a2c3fd86202b01a88df6abd820a9eb6d;hpb=80c609660b049d1bf62d98acfb0c1aa893278123;ds=sidebyside diff --git a/src/main.cpp b/src/main.cpp index a4c570b..051f7ce 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -31,7 +31,10 @@ 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 + #ifndef __MINGW32__ feenableexcept(FE_DIVBYZERO | FE_INVALID | FE_OVERFLOW); + #endif DebugRealInfo();