mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
Fix first subset of warnings (about 100) - while(1) and similar constructs replaced by for(;;) - some uninitialized variables corrected Got rid of Warning C4189: local variable is initialised but not referenced Corrected mistakes after getting rid of C4189 compiler warning Corrected some mistakes that led to compiling errors Fixed test case because of improvement message - removed unnecessary TODO. Small fix: tabs have been replaced with whitespaces. Added TODO for Windows platform removed last TODO Corrected mistakes, returned some #ifdef DEB code, fixed test case . Restoring a few places which have been modified too much Small grammar fix Deleted unnecessary puts in bugs/end
19 lines
353 B
Plaintext
Executable File
19 lines
353 B
Plaintext
Executable File
puts "TODO OCC12345 windows: Faulty shapes in variables faulty_1 to faulty_"
|
|
|
|
puts "=========="
|
|
puts "BUC60462"
|
|
puts "=========="
|
|
|
|
restore [locate_data_file buc60462c.brep] a
|
|
checkshape a
|
|
restore [locate_data_file buc60462d.brep] b
|
|
checkshape b
|
|
puts "Fuse begin"
|
|
bfuse result a b
|
|
puts "Fuse end"
|
|
|
|
checkshape result r
|
|
|
|
set square 89562.1
|
|
set 2dviewer 0
|