]> OCCT Git - occt-copy.git/commit
0024257: Minor corrections for building / testing on VC++ 11
authorabv <abv@opencascade.com>
Mon, 14 Oct 2013 13:38:02 +0000 (17:38 +0400)
committerazv <artem.zhidkov@opencascade.com>
Thu, 31 Oct 2013 10:25:13 +0000 (14:25 +0400)
commit13435f49950d14f3e3ce3725f9bc1f735f744686
tree39d02e43cefb1f5a4f77a6492333c6d63761b47d
parentca220f5e9e0073c5b59327bbc0fb62c3ac60fe8c
0024257: Minor corrections for building / testing on VC++ 11

Several corrections coming from building and testing on MSVC++ 11:
- compiler warnings corrected in structiges.c (32-bit mode) and BOPAlgo (64-bit mode)
- DRAW command for testing exceptions (OCC6143) refactored for getting some output even if process fails (problem with stack overflow handling)
- DRAW command readstep removed as it leads to hang-up in Debug mode due to waiting for user input; the only test that used it changed to use testreadstep command
src/BOPAlgo/BOPAlgo_Builder_2.cxx
src/BOPAlgo/BOPAlgo_Builder_2Cnt.hxx
src/IGESFile/structiges.c
src/QABugs/QABugs_11.cxx
src/XSDRAWSTEP/XSDRAWSTEP.cxx
tests/bugs/iges/bug22715_1