Denis Barbier
96a95605cd
0024510: Remove unused local variables
...
When warnings are enabled, compilers report lots of occurrences
of unused local variables, which makes it harder to find other
meaningful warnings.
This commit does not fix all unused local variables.
Fix new type conversion warning
Code cleaned to avoid MSVC compiler warnings on unused function arguments.
Several useless pieces of code are removed.
Changes in IntTools_EdgeFace.cxx, Blend_Walking_1.gxx, Bnd_BoundSortBox.cxx, ProjLib_ProjectedCurve.cxx are reverted (separated to specific issue for more in-depth analysis).
2014-01-09 12:21:51 +04:00
bugmster
973c2be1e1
0024428: Implementation of LGPL license
...
The copying permission statements at the beginning of source files updated to refer to LGPL.
Copyright dates extended till 2014 in advance.
2013-12-17 12:42:41 +04:00
ifv
ef2d8af761
0024359: Crash on BRepAlgoAPI_Fuse
...
Test case for issue CR24359
2013-12-06 13:10:41 +04:00
ski
c24d401753
0024275: Cppcheck warnings on uninitialized class members
...
Removed warning of cppcheck on uninitialized class members for non-array cases
New additional compilation warnings on Windows platform from file OSD_Path.cxx were fixed
Warnings about wrong initialization removed
2013-11-14 11:09:32 +04:00
ski
d20d815bbe
0024236: Eliminate GCC compiler warning (uninitialized variables)
2013-10-10 17:08:58 +04:00
omy
0ebaa4dbc9
0024177: Eliminate CLang compiler warning -Wlogical-op-parentheses (&& within ||)
...
Some fixes to eliminate warning
2013-09-26 17:07:27 +04:00
omy
eafb234bf1
0024171: Eliminate CLang compiler warning -Wreorder
...
Got rid of -Wreorder warning (wrong fields' initialization order); some warnings -Wdangling-else are also fixed
2013-09-18 09:36:12 +04:00
omy
1d47d8d066
0024059: Eliminate compiler warning C4701 in MSVC++ with warning level 4
...
Removing pPotentially uninitialized local variable
Got rid of most of warnings C4701: Potentially uninitialized local variable
Removed redundant variable definitions.
Refactored a part of AppParCurves_ResolConstraint CTOR.
Replaced 0. to Precision::Confusion for tolerance vars;
Changed values for min and max parameter vars;
Got rid of redundant variables' initialization.
2013-08-22 12:08:59 +04:00
omy
4e18e72a22
0024096: Eliminate compiler warning C4505 in MSVC++ with warning level 4
...
Removed obsolete functions from sources.
Some useful debug functions were 'defined' ( put into #ifdef ...#endif )
Removed some redundant code
2013-08-15 17:23:27 +04:00
omy
35e08fe886
0024057: Eliminate compiler warning C4100 in MSVC++ with warning level 4
...
Got rid of warning C4100: 'identifier' : unreferenced formal parameter
Got rid of compile errors
2013-07-18 13:09:32 +04:00
jgv
ee9451aba5
0023839: Projection algorithm produces wrong results for set of data
...
Added test cases bugs/modalg_5/bug23839_1 bug23839_2 bug23839_3 bug23839_4 bug23839_5 bug23839_6 bug23839_7
2013-07-18 12:54:38 +04:00
omy
d3f26155b5
0024058: Eliminate compiler warning C4702 in MSVC++ with warning level 4
...
Got rid of most of warnings of C4702 type: unreachable code.
Returned some #ifdef DEB
Fixed tabs formatting
Fixed some mistakes in code
2013-07-12 12:54:01 +04:00
jgv
f7e3c52fcc
0024032: An exception raised during projection of the curve on the surface
...
Added test case bugs/moddata_3/bug24032
2013-07-12 12:39:06 +04:00
nbv
fa6cd9152f
0023703: Projection algorithm produces incomplete 2D-Curve
...
Change compare algorithm.
Adding test case for this fix
2013-02-15 17:04:16 +04:00
pkv
cfb6776ec0
0023552: Projection algorithm produces wrong results with default tolerance value.
...
Add TKShHealing to TKFillet/EXTERNLIB
Adding test case
2013-01-18 13:39:21 +04:00
abv
7a06c690fb
0023604: Uninitialized variables in debug mode
...
Removed #ifndef DEB ... #else ... #endif directives where the variables were being initialized only in release mode.
Removed unused part of code.
2012-12-14 16:12:54 +04:00
jgv
bd82d4b2e9
0023464: Projection algorithm produces wrong results.
...
including of .hxx file added
Correction of computation of intersection point
Integration of test cases for this issue
2012-10-26 16:04:01 +04:00
jgv
074028c646
0023201: Projection algorithm produces wrong results.
2012-07-13 17:07:41 +04:00
bugmaster
b311480ed5
0023024: Update headers of OCCT files
...
Added appropriate copyright and license information in source files
2012-03-21 19:43:04 +04:00
dbv@opencascade.com
6e6cd5d949
0022922: Clean up warnings on uninitialized / unused variables
2012-03-15 11:57:41 +04:00
JGV
86eff19ec7
0022798: Regression: BRepBuilderAPI_GTransform produces an invalid result on a sphere
2012-03-05 19:32:10 +04:00
KGV
41194117bf
0022550: Fixing data races
2012-03-05 19:32:08 +04:00
DBV
c6541a0c86
0022792: Globally defined symbol PI conflicts with VTK definition (Intel compiler)
2012-03-05 19:31:33 +04:00
bugmaster
7fd59977df
Integration of OCCT 6.5.0 from SVN
2012-03-05 19:23:40 +04:00