From 6bd5d0a26d20840be5e7e3cf77a70afe0ec46bb5 Mon Sep 17 00:00:00 2001 From: kgv Date: Thu, 2 Jul 2020 15:40:29 +0300 Subject: [PATCH] 0031647: Samples - do not enable floating point exceptions in MFC samples --- samples/mfc/standard/Common/OCC_App.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/mfc/standard/Common/OCC_App.cpp b/samples/mfc/standard/Common/OCC_App.cpp index 4809291f68..653459aea0 100644 --- a/samples/mfc/standard/Common/OCC_App.cpp +++ b/samples/mfc/standard/Common/OCC_App.cpp @@ -35,7 +35,7 @@ END_MESSAGE_MAP() BOOL OCC_App::InitApplication() { - OSD::SetSignal (Standard_True); + OSD::SetSignal (false); SampleName = ""; SetSamplePath (NULL); try