mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
Warning on windows in QABugs_11.cxx was eliminated
This commit is contained in:
parent
6662fe6313
commit
d1d3e057ca
@ -2620,10 +2620,10 @@ static Standard_Integer OCC6143 (Draw_Interpretor& di, Standard_Integer argc, co
|
|||||||
catch(OSD_Exception_STACK_OVERFLOW) {
|
catch(OSD_Exception_STACK_OVERFLOW) {
|
||||||
di << "Caught, OK\n";
|
di << "Caught, OK\n";
|
||||||
}
|
}
|
||||||
catch(Standard_Failure) {
|
catch(Standard_Failure const& anException) {
|
||||||
//cout << " Caught (" << Standard_Failure::Caught() << ")... KO" << endl;
|
//cout << " Caught (" << Standard_Failure::Caught() << ")... KO" << endl;
|
||||||
di << " Caught (";
|
di << " Caught (";
|
||||||
di << Standard_Failure::Caught()->GetMessageString();
|
di << anException.GetMessageString();
|
||||||
di << ")... KO\n";
|
di << ")... KO\n";
|
||||||
Succes = Standard_False;
|
Succes = Standard_False;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user