Skip to content

Instantly share code, notes, and snippets.

@tpaviot
Created January 17, 2012 06:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tpaviot/1625215 to your computer and use it in GitHub Desktop.
Save tpaviot/1625215 to your computer and use it in GitHub Desktop.
Clang static analyzer for OCE-0.9.0dev
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libgtest.a the table of contents is empty (no object file members in the library define global symbols)
clang-3: warning: -Wl,-search_paths_first: 'linker' input unused when '--analyze' is present
clang-3: warning: -Wl,-headerpad_max_install_names: 'linker' input unused when '--analyze' is present
clang-3: warning: CMakeFiles/sandbox.dir/sandbox.cpp.o: 'linker' input unused when '--analyze' is present
clang-3: warning: ../Darwin/i386-RelWithDebInfo-64/libgtest.a: 'linker' input unused when '--analyze' is present
clang-3: warning: -lpthread: 'linker' input unused when '--analyze' is present
clang-3: warning: argument unused during compilation: '-O2'
clang-3: warning: argument unused during compilation: '-g'
/Users/thomas/Devel/oce/src/FSD/FSD_CmpFile.cxx:402:11: warning: Assigned value is garbage or undefined
*tmpb = c;
^ ~
1 warning generated.
/Users/thomas/Devel/oce/src/FSD/FSD_File.cxx:334:11: warning: Assigned value is garbage or undefined
*tmpb = c;
^ ~
1 warning generated.
/Users/thomas/Devel/oce/src/OSD/OSD_File.cxx:531:4: warning: Value stored to 'status' is never read
status = fclose ( (FILE*) myFILE );
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/OSD/OSD_Path.cxx:1613:8: warning: Value stored to 'i' is never read
for (i = n = 1 ;; n++) {
^ ~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/OSD/OSD_signal.cxx:322:3: warning: Value stored to 'aSigInfo' is never read
aSigInfo = (siginfo_t *) theSigInfo;
^ ~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/Resource/Resource_Unicode.cxx:156:4: warning: Value stored to 'nbtrans' is never read
nbtrans = maxsize-1;
^ ~~~~~~~~~
/Users/thomas/Devel/oce/src/Resource/Resource_Unicode.cxx:166:2: warning: Value stored to 'finished' is never read
finished = Standard_True;
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Resource/Resource_Unicode.cxx:215:2: warning: Value stored to 'finished' is never read
finished = Standard_True;
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Resource/Resource_Unicode.cxx:205:4: warning: Value stored to 'nbtrans' is never read
nbtrans = maxsize-1;
^ ~~~~~~~~~
/Users/thomas/Devel/oce/src/Resource/Resource_Unicode.cxx:254:4: warning: Value stored to 'nbtrans' is never read
nbtrans = maxsize-1;
^ ~~~~~~~~~
/Users/thomas/Devel/oce/src/Resource/Resource_Unicode.cxx:264:2: warning: Value stored to 'finished' is never read
finished = Standard_True;
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Resource/Resource_Unicode.cxx:303:7: warning: Value stored to 'finished' is never read
finished = Standard_True;
^ ~~~~~~~~~~~~~
7 warnings generated.
/Users/thomas/Devel/oce/src/Standard/Standard_GUID.cxx:198:3: warning: Value stored to 'tmpBuffer' is never read
tmpBuffer = Standard_GUID_GetValue8(tmpBuffer,my8b6);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Standard/Standard_GUID.cxx:250:3: warning: Value stored to 'tmpBuffer' is never read
tmpBuffer = Standard_GUID_GetValue8(tmpBuffer,my8b6);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/Standard/Standard_MMgrOpt.cxx:444:7: warning: Array access (from variable 'aBlock') results in a null pointer dereference
aBlock[0] = RoundSize;
^~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/TColStd/TColStd_PackedMapOfInteger.cxx:1113:53: warning: Array access (from variable 'aData') results in a null pointer dereference
aData[aHashCode]);
^~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/TCollection/TCollection_AsciiString.cxx:60:31: warning: The left operand to '+' is always 0
mystring = Allocate(mylength+1);
~~~~~~~~^
/Users/thomas/Devel/oce/src/TCollection/TCollection_AsciiString.cxx:122:33: warning: The left operand to '+' is always 0
mystring = Allocate(mylength+1);
~~~~~~~~^
/Users/thomas/Devel/oce/src/TCollection/TCollection_AsciiString.cxx:458:31: warning: The left operand to '+' is always 0
mystring = Allocate(mylength+1);
~~~~~~~~^
/Users/thomas/Devel/oce/src/TCollection/TCollection_ExtendedString.cxx:127:32: warning: The left operand to '+' is always 0
mystring = Allocate((mylength+1)*2);
~~~~~~~~^
/Users/thomas/Devel/oce/src/TCollection/TCollection_ExtendedString.cxx:127:35: warning: The left operand to '*' is always 1
mystring = Allocate((mylength+1)*2);
~~~~~~~~~~~~^
/Users/thomas/Devel/oce/src/TCollection/TCollection_ExtendedString.cxx:209:37: warning: The left operand to '*' is always 1
mystring = Allocate((mylength+1)*2);
~~~~~~~~~~~~^
/Users/thomas/Devel/oce/src/TCollection/TCollection_ExtendedString.cxx:209:34: warning: The left operand to '+' is always 0
mystring = Allocate((mylength+1)*2);
~~~~~~~~^
/Users/thomas/Devel/oce/src/TCollection/TCollection_ExtendedString.cxx:414:32: warning: The left operand to '+' is always 0
mystring = Allocate((mylength+1)*2);
~~~~~~~~^
/Users/thomas/Devel/oce/src/TCollection/TCollection_ExtendedString.cxx:414:35: warning: The left operand to '*' is always 1
mystring = Allocate((mylength+1)*2);
~~~~~~~~~~~~^
/Users/thomas/Devel/oce/src/TCollection/TCollection_ExtendedString.cxx:911:14: warning: Array access (from variable 'separators') results in a null pointer dereference
aSep = separators[l];
^~~~~~~~~~
7 warnings generated.
/Users/thomas/Devel/oce/src/TCollection/TCollection_AsciiString.cxx:1707:17: warning: Array access (from variable 'separators') results in a null pointer dereference
while ( separators [ SeparatorIndex ] ) {
^~~~~~~~~~
4 warnings generated.
/Users/thomas/Devel/oce/src/Units/Units_UnitsDictionary.cxx:186:7: warning: Value stored to 'fr' is never read
fr = sscanf(line,"%40c%10c%10c%10c%10c%10c%10c%10c%10c%10c",
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Units/Units_UnitsDictionary.cxx:165:7: warning: Value stored to 'fr' is never read
fr = strlen(line);
^ ~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Units/Units_UnitsDictionary.cxx:381:9: warning: Value stored to 'j' is never read
j = 0;
^ ~
3 warnings generated.
/Users/thomas/Devel/oce/src/NCollection/NCollection_IncAllocator.cxx:188:13: warning: Access to field 'p_free_space' results in a dereference of a null pointer (loaded from variable 'aBlock')
aBlock -> p_free_space = (aligned_t *) IMEM_ALIGN (&aBlock[1]);
~~~~~~ ^
1 warning generated.
/Users/thomas/Devel/oce/src/Message/Message_Msg.cxx:132:9: warning: Value stored to 'aFormatType' is never read
aFormatType = Msg_IndefiniteType;
^ ~~~~~~~~~~~~~~~~~~
1 warning generated.
/usr/bin/ranlib: file: Darwin/i386-RelWithDebInfo-64/libTKernel.a(Standard_symlink.c.o) has no symbols
/usr/bin/ranlib: file: Darwin/i386-RelWithDebInfo-64/libTKernel.a(Standard_symlink.c.o) has no symbols
/usr/bin/ranlib: file: Darwin/i386-RelWithDebInfo-64/libTKernel.a(Standard_symlink.c.o) has no symbols
/Users/thomas/Devel/oce/src/math/math_BissecNewton.cxx:99:7: warning: Value stored to 'fh' is never read
fh = f;
^ ~
/Users/thomas/Devel/oce/src/math/math_BissecNewton.cxx:95:7: warning: Value stored to 'fl' is never read
fl = f;
^ ~
/Users/thomas/Devel/oce/src/math/math_BissecNewton.cxx:46:5: warning: Value stored to 'fl' is never read
fl = fh;
^ ~~
/Users/thomas/Devel/oce/src/math/math_BissecNewton.cxx:47:5: warning: Value stored to 'fh' is never read
fh = swap;
^ ~~~~
4 warnings generated.
/Users/thomas/Devel/oce/src/math/math_FunctionRoots.cxx:947:6: warning: Value stored to 'Ok' is never read
Ok = F.Values(U,AA,BB);
^ ~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/math/math_FunctionRoots.cxx:910:4: warning: Value stored to 'Ok' is never read
Ok = F.Value(U,FFi);
^ ~~~~~~~~~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/math/math_FunctionSetRoot.cxx:885:8: warning: Value stored to 'Ambda2' is never read
Ambda2 = 0.5*Ambda/DH.Norm();
^ ~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/math/math_FunctionSetRoot.cxx:950:4: warning: Value stored to 'Sort' is never read
Sort = Bounds(InfBound, SupBound, Tol, Sol, SolSave,
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/math/math_FunctionSetRoot.cxx:831:8: warning: Value stored to 'Sort' is never read
Sort = Bounds(InfBound, SupBound, Tol, Sol, SolSave,
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/math/math_FunctionSetRoot.cxx:784:7: warning: Value stored to 'Good' is never read
Good = Standard_False;
^ ~~~~~~~~~~~~~~
4 warnings generated.
/PRODUCTS/flexbis-253-125/share/bison.simple:331:4: warning: implicit declaration of function 'ExprIntrperror' is invalid in C99 [-Wimplicit-function-declaration]
yyerror("parser stack overflow");
^
/Users/thomas/Devel/oce/drv/ExprIntrp/ExprIntrp.tab.c:10:17: note: expanded from:
#define yyerror ExprIntrperror
^
/PRODUCTS/flexbis-253-125/share/bison.simple:403:16: warning: implicit declaration of function 'ExprIntrplex' is invalid in C99 [-Wimplicit-function-declaration]
yychar = YYLEX;
^
bison.simple:84:16: note: expanded from:
#define YYLEX yylex()
^
/Users/thomas/Devel/oce/drv/ExprIntrp/ExprIntrp.tab.c:9:15: note: expanded from:
#define yylex ExprIntrplex
^
2 warnings generated.
/Users/thomas/Devel/oce/drv/ExprIntrp/lex.ExprIntrp.c:2614:3: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration]
YY_INPUT( (&yy_current_buffer->yy_ch_buf[number_to_move]),
^
/Users/thomas/Devel/oce/drv/ExprIntrp/lex.ExprIntrp.c:2153:17: note: expanded from:
if ( (result = read( fileno(yyin), (char *) buf, max_size )) < 0 ) \
^
1 warning generated.
/Users/thomas/Devel/oce/src/math/math_NewtonMinimum.cxx:73:16: warning: Value stored to 'auxiliaire' during its initialization is never read
math_Vector* auxiliaire = precedent;
^ ~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/math/math_Recipes.cxx:423:12: warning: Value stored to 'c' is never read
c = 0.0;
^ ~~~
1 warning generated.
/Users/thomas/Devel/oce/src/LDOM/LDOM_BasicElement.cxx:431:7: warning: Dereference of null pointer
(const LDOM_BasicNode *&) aLastChild -> mySibling = aNewBNode;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKCDF.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/BSplCLib/BSplCLib.cxx:2846:7: warning: Value stored to 'Inverse' is never read
Inverse = 1.0e0;
^ ~~~~~
/Users/thomas/Devel/oce/src/BSplCLib/BSplCLib.cxx:2991:3: warning: Value stored to 'ErrorCode' is never read
ErrorCode =
^
/Users/thomas/Devel/oce/src/BSplCLib/BSplCLib.cxx:2974:3: warning: Value stored to 'ErrorCode' is never read
ErrorCode =
^
/Users/thomas/Devel/oce/src/BSplCLib/BSplCLib.cxx:2984:3: warning: Value stored to 'ErrorCode' is never read
ErrorCode =
^
/Users/thomas/Devel/oce/src/BSplCLib/BSplCLib.cxx:3021:3: warning: Value stored to 'ErrorCode' is never read
ErrorCode =
^
/Users/thomas/Devel/oce/src/BSplCLib/BSplCLib.cxx:3038:3: warning: Value stored to 'ErrorCode' is never read
ErrorCode =
^
/Users/thomas/Devel/oce/src/BSplCLib/BSplCLib.cxx:3031:3: warning: Value stored to 'ErrorCode' is never read
ErrorCode =
^
/Users/thomas/Devel/oce/src/BSplCLib/BSplCLib.cxx:3153:5: warning: Value stored to 'ReturnCode' is never read
ReturnCode = 1 ;
^ ~
/Users/thomas/Devel/oce/src/BSplCLib/BSplCLib.cxx:3354:5: warning: Value stored to 'ReturnCode' is never read
ReturnCode = 1 ;
^ ~
9 warnings generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libPTKernel.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/TDF/TDF_ClosureTool.cxx:145:6: warning: Value stored to 'BindLabel' is never read
BindLabel = Standard_False;
^ ~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/TDF/TDF_Delta.cxx:82:7: warning: Value stored to 'next' is never read
next = Standard_True;
^ ~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/BSplSLib/BSplSLib.cxx:2656:3: warning: Value stored to 'i' is never read
i = ukk1 - UFirstNonZeroBsplineIndex + 2;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/BSplSLib/BSplSLib.cxx:2682:3: warning: Value stored to 'j' is never read
j = vkk1 - VFirstNonZeroBsplineIndex + 2;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/PLib/PLib.cxx:2671:54: warning: The left operand of '*' is a garbage value
A(irow+FirstOrder+1,icol) = Pattern[irow][icol]*LastVal;
~~~~~~~~~~~~~~~~~~~^
/Users/thomas/Devel/oce/src/PLib/PLib.cxx:2662:41: warning: The left operand of '*' is a garbage value
A(irow,icol) = Pattern[irow][icol]*FirstVal;
~~~~~~~~~~~~~~~~~~~^
2 warnings generated.
/Users/thomas/Devel/oce/src/PLib/PLib_JacobiPolynomial.cxx:191:3: warning: Value stored to 'Error' is never read
Error = 0.;
^ ~~
/Users/thomas/Devel/oce/src/PLib/PLib_JacobiPolynomial.cxx:292:16: warning: Dereference of null pointer
Bid += (*(pTr+iptt+j)) * JacCoeff(jj);
^~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/PLib/PLib_JacobiPolynomial.cxx:275:16: warning: Dereference of null pointer
Bid += (*(pTr+iptt+j)) * JacCoeff(2*j*Dimension+idim-1);
^~~~~~~~~~~~~~~
3 warnings generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKLCAF.a the table of contents is empty (no object file members in the library define global symbols)
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libFWOSPlugin.a the table of contents is empty (no object file members in the library define global symbols)
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKBinL.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/Convert/Convert_ConicToBSplineCurve.cxx:704:6: warning: Value stored to 'order' is never read
order = degree + 1 ;
^ ~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/Convert/Convert_SphereToBSplineSurface.cxx:62:11: warning: The left operand of '*' is a garbage value
x[j] * Sin(UStart+AlfaU) / Cos(AlfaU),
~~~~ ^
/Users/thomas/Devel/oce/src/Convert/Convert_SphereToBSplineSurface.cxx:56:50: warning: The left operand of '*' is a garbage value
Poles( 1, j+1) = gp_Pnt(x[j]*Cos(UStart),x[j]*Sin(UStart),z[j]);
~~~~^
2 warnings generated.
/Users/thomas/Devel/oce/src/Convert/Convert_TorusToBSplineSurface.cxx:63:18: warning: The left operand of '*' is a garbage value
x[j] * Sin(UStart+AlfaU) / Cos(AlfaU),
~~~~ ^
/Users/thomas/Devel/oce/src/Convert/Convert_TorusToBSplineSurface.cxx:57:50: warning: The left operand of '*' is a garbage value
Poles( 1, j+1) = gp_Pnt(x[j]*Cos(UStart),x[j]*Sin(UStart),z[j]);
~~~~^
2 warnings generated.
/Users/thomas/Devel/oce/src/Bnd/Bnd_BoundSortBox2d.cxx:332:2: warning: Value stored to 'lacase' is never read
lacase=1;
^ ~
1 warning generated.
/Users/thomas/Devel/oce/src/gp/gp_Mat.cxx:159:16: warning: Value stored to 'val' is never read
if (val < 0) val = - val;
^ ~~~~~
/Users/thomas/Devel/oce/src/gp/gp_Mat.cxx:192:16: warning: Value stored to 'val' is never read
if (val < 0) val = - val;
^ ~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/gp/gp_Mat2d.cxx:87:16: warning: Value stored to 'val' is never read
if (val < 0) val = - val;
^ ~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/gp/gp_Quaternion.cxx:310:5: warning: Assigned value is garbage or undefined
x = values[1];
^ ~~~~~~~~~
1 warning generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKPLCAF.a the table of contents is empty (no object file members in the library define global symbols)
clang-3: warning: -Wl,-search_paths_first: 'linker' input unused when '--analyze' is present
clang-3: warning: -Wl,-headerpad_max_install_names: 'linker' input unused when '--analyze' is present
clang-3: warning: CMakeFiles/units_test.dir/units_test.cpp.o: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKernel/Darwin/i386-RelWithDebInfo-64/libTKernel.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../Darwin/i386-RelWithDebInfo-64/libgtest.a: 'linker' input unused when '--analyze' is present
clang-3: warning: -lm: 'linker' input unused when '--analyze' is present
clang-3: warning: -lpthread: 'linker' input unused when '--analyze' is present
clang-3: warning: argument unused during compilation: '-O2'
clang-3: warning: argument unused during compilation: '-g'
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKMath.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/AlienImage/AlienImage_BMPAlienData.cxx:303:5: warning: Value stored to 'iDataSize' is never read
iDataSize = width*height;
^ ~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/AlienImage/AlienImage_BMPAlienData.cxx:426:19: warning: Assigned value is garbage or undefined
*pbCell++ = prgbColor -> rgbBlue;
^ ~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/AlienImage/AlienImage_BMPAlienData.cxx:478:38: warning: The left operand of '/' is a garbage value
r = ((float)pRgb -> rgbRed / 255.);
~~~~~~~~~~~~~~ ^
3 warnings generated.
/Users/thomas/Devel/oce/src/AlienImage/AlienImage_GIFLZWDict.cxx:487:3: warning: Division by zero
PPM_DEPTH( colormap[ i ].color, colormap[ i ].color, maxval, 255 );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/AlienImage/AlienImage_GIFLZWDict.cxx:264:55: note: expanded from:
( ( int )PPM_GETR( p ) ) * ( ( int )newmaxval ) / ( ( int )oldmaxval ), \
^
/Users/thomas/Devel/oce/src/AlienImage/AlienImage_GIFLZWDict.cxx:255:16: note: expanded from:
{ ( p ).r = ( red ); ( p ).g = ( grn ); ( p ).b = ( blu ); }
^~~
/Users/thomas/Devel/oce/src/AlienImage/AlienImage_GIFLZWDict.cxx:657:9: warning: Division by zero
r = r / sum; if ( r > maxval ) r = maxval;
~~^~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/AlienImage/AlienImage_MemoryOperations.cxx:20:6: warning: Dereference of null pointer (loaded from variable 'sp')
c = *sp;
^~~
/Users/thomas/Devel/oce/src/AlienImage/AlienImage_MemoryOperations.cxx:43:6: warning: Dereference of null pointer (loaded from variable 'bp')
c = *bp;
^~~
2 warnings generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKG2d.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/AlienImage/AlienImage_SGIRGBAlienData.cxx:606:8: warning: Dereference of null pointer (loaded from variable 'sizeptr')
if(*sizeptr != -1)
^~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/AlienImage/AlienImage_SunRFAlienData.cxx:420:3: warning: Value stored to 'RLEcnt' is never read
RLEcnt = 1 , val = byte ;
^ ~
1 warning generated.
/Users/thomas/Devel/oce/src/XmlMDataStd/XmlMDataStd_ExtStringListDriver.cxx:51:5: warning: Value stored to 'aFirstInd' is never read
aFirstInd = 1;
^ ~
1 warning generated.
/Users/thomas/Devel/oce/src/XmlMDataStd/XmlMDataStd_ReferenceListDriver.cxx:54:5: warning: Value stored to 'aFirstInd' is never read
aFirstInd = 1;
^ ~
1 warning generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKXmlL.a the table of contents is empty (no object file members in the library define global symbols)
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKTObj.a the table of contents is empty (no object file members in the library define global symbols)
clang-3: warning: -Wl,-search_paths_first: 'linker' input unused when '--analyze' is present
clang-3: warning: -Wl,-headerpad_max_install_names: 'linker' input unused when '--analyze' is present
clang-3: warning: CMakeFiles/gp_test.dir/gp_test.cpp.o: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKG2d/Darwin/i386-RelWithDebInfo-64/libTKG2d.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../Darwin/i386-RelWithDebInfo-64/libgtest.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKMath/Darwin/i386-RelWithDebInfo-64/libTKMath.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKernel/Darwin/i386-RelWithDebInfo-64/libTKernel.a: 'linker' input unused when '--analyze' is present
clang-3: warning: -lm: 'linker' input unused when '--analyze' is present
clang-3: warning: -lpthread: 'linker' input unused when '--analyze' is present
clang-3: warning: argument unused during compilation: '-O2'
clang-3: warning: argument unused during compilation: '-g'
clang-3: warning: -Wl,-search_paths_first: 'linker' input unused when '--analyze' is present
clang-3: warning: -Wl,-headerpad_max_install_names: 'linker' input unused when '--analyze' is present
clang-3: warning: CMakeFiles/TCollection_test.dir/TCollection_test.cpp.o: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKMath/Darwin/i386-RelWithDebInfo-64/libTKMath.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../Darwin/i386-RelWithDebInfo-64/libgtest.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKernel/Darwin/i386-RelWithDebInfo-64/libTKernel.a: 'linker' input unused when '--analyze' is present
clang-3: warning: -lm: 'linker' input unused when '--analyze' is present
clang-3: warning: -lpthread: 'linker' input unused when '--analyze' is present
clang-3: warning: argument unused during compilation: '-O2'
clang-3: warning: argument unused during compilation: '-g'
/Users/thomas/Devel/oce/src/Geom/Geom_BezierSurface.cxx:403:20: warning: Value stored to 'Row' during its initialization is never read
Standard_Integer Row = PoleWeights.LowerRow();
^ ~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/Geom/Geom_BSplineCurve.cxx:936:5: warning: Value stored to 'ul' is never read
ul += delta;
^ ~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/Image/Image_BalancedPixelInterpolation.cxx:230:2: warning: Value stored to 'i' is never read
i = 0;
^ ~
1 warning generated.
/Users/thomas/Devel/oce/src/Image/Image_BilinearPixelInterpolation.cxx:175:15: warning: Assigned value is always the same as the existing value
X = NX+1 ; Y = NY+1 ;
~ ^ ~~~~
/Users/thomas/Devel/oce/src/Image/Image_BilinearPixelInterpolation.cxx:145:15: warning: Assigned value is always the same as the existing value
X = NX+1 ; Y = NY ;
~ ^ ~~
/Users/thomas/Devel/oce/src/Image/Image_BilinearPixelInterpolation.cxx:280:15: warning: Assigned value is always the same as the existing value
X = NX+1 ; Y = NY+1 ;
~ ^ ~~~~
/Users/thomas/Devel/oce/src/Image/Image_BilinearPixelInterpolation.cxx:254:15: warning: Assigned value is always the same as the existing value
X = NX+1 ; Y = NY ;
~ ^ ~~
4 warnings generated.
/Users/thomas/Devel/oce/src/Geom/Geom_OffsetSurface.cxx:101:56: warning: The left operand to '+' is always 0
TColgp_Array2OfVec DerSurfL(0,MaxOrder+Nu+1,0,MaxOrder+Nv+1);
~~~~~~~~^
/Users/thomas/Devel/oce/src/Geom/Geom_OffsetSurface.cxx:101:40: warning: The left operand to '+' is always 0
TColgp_Array2OfVec DerSurfL(0,MaxOrder+Nu+1,0,MaxOrder+Nv+1);
~~~~~~~~^
2 warnings generated.
/Users/thomas/Devel/oce/src/MFT/MFT_FontManager.cxx:664:9: warning: Access to field 'signature' results in a dereference of a null pointer (loaded from variable 'pfileheader')
if( pfileheader->signature != MFT_SIGNATURE ) {
^~~~~~~~~~~
/Users/thomas/Devel/oce/src/MFT/MFT_FontManager.cxx:832:13: warning: Access to field 'signature' results in a dereference of a null pointer (loaded from variable 'pfileheader')
if( pfileheader->signature != MFT_SIGNATURE ) {
^~~~~~~~~~~
/Users/thomas/Devel/oce/src/MFT/MFT_FontManager.cxx:905:24: warning: Access to field 'signature' results in a dereference of a null pointer (loaded from variable 'pfileheader')
pfileheader->signature = MFT_SIGNATURE;
~~~~~~~~~~~ ^
/Users/thomas/Devel/oce/src/MFT/MFT_FontManager.cxx:2233:9: warning: Access to field 'signature' results in a dereference of a null pointer (loaded from variable 'pfileheader')
if( pfileheader->signature != MFT_SIGNATURE ) {
^~~~~~~~~~~
/Users/thomas/Devel/oce/src/MFT/MFT_FontManager.cxx:3385:14: warning: Value stored to 'vazy' is never read
vazy = aTextManager->Lineto(X,Y);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/MFT/MFT_FontManager.cxx:3377:10: warning: Value stored to 'vazy' is never read
vazy = aTextManager->Lineto(X3,Y3);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/MFT/MFT_FontManager.cxx:3376:10: warning: Value stored to 'vazy' is never read
vazy = aTextManager->Lineto(X2,Y2);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/MFT/MFT_FontManager.cxx:3284:10: warning: Value stored to 'vazy' is never read
vazy = aTextManager->Lineto(X3,Y3);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/MFT/MFT_FontManager.cxx:3354:14: warning: Value stored to 'vazy' is never read
vazy = aTextManager->Lineto(X,Y);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/MFT/MFT_FontManager.cxx:3346:10: warning: Value stored to 'vazy' is never read
vazy = aTextManager->Lineto(X3,Y3);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/MFT/MFT_FontManager.cxx:3283:10: warning: Value stored to 'vazy' is never read
vazy = aTextManager->Lineto(X2,Y2);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/MFT/MFT_FontManager.cxx:3345:10: warning: Value stored to 'vazy' is never read
vazy = aTextManager->Lineto(X2,Y2);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/MFT/MFT_FontManager.cxx:3292:14: warning: Value stored to 'vazy' is never read
vazy = aTextManager->Lineto(X,Y);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
13 warnings generated.
/Users/thomas/Devel/oce/src/PlotMgt/PlotMgt_fillpolygon.cxx:157:29: warning: Call to 'malloc' has an allocation size of 0 bytes
mpo_Xs[i] = (double *)malloc(sizeof(double)*k);
^ ~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/PlotMgt/PlotMgt_PlotterDriver.cxx:370:25: warning: Value stored to 'fsize' is never read
if (fsize > 0.0001) fsize = Convert(fsize);
^ ~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/PlotMgt/PlotMgt_PlotterDriver.cxx:371:25: warning: Value stored to 'fsize' is never read
else fsize = 1.;
^ ~~
/Users/thomas/Devel/oce/src/PlotMgt/PlotMgt_PlotterDriver.cxx:650:22: warning: Value stored to 'nbpoints' during its initialization is never read
Standard_Integer nbpoints = Min(MAXPOINT,
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/PlotMgt/PlotMgt_PlotterDriver.cxx:702:22: warning: Value stored to 'nbpoints' during its initialization is never read
Standard_Integer nbpoints = Min(MAXPOINT,
^ ~~~~~~~~~~~~~
4 warnings generated.
/Users/thomas/Devel/oce/src/AdvApprox/AdvApprox_ApproxAFunction.cxx:514:7: warning: Value stored to 'IDIM' is never read
IDIM=0;
^ ~
1 warning generated.
/Users/thomas/Devel/oce/src/Adaptor3d/Adaptor3d_TopolTool.cxx:645:64: warning: Value stored to 'vsup' is never read
if (vinf == RealFirst() && vsup == RealLast()) { vinf=-1.e5; vsup=1.e5; }
^ ~~~~
/Users/thomas/Devel/oce/src/Adaptor3d/Adaptor3d_TopolTool.cxx:641:52: warning: Value stored to 'uinf' is never read
if (uinf == RealFirst() && usup == RealLast()) { uinf=-1.e5; usup=1.e5; }
^ ~~~~~
/Users/thomas/Devel/oce/src/Adaptor3d/Adaptor3d_TopolTool.cxx:646:35: warning: Value stored to 'vinf' is never read
else if (vinf == RealFirst()) { vinf=vsup-2.e5; }
^ ~~~~~~~~~
/Users/thomas/Devel/oce/src/Adaptor3d/Adaptor3d_TopolTool.cxx:645:52: warning: Value stored to 'vinf' is never read
if (vinf == RealFirst() && vsup == RealLast()) { vinf=-1.e5; vsup=1.e5; }
^ ~~~~~
/Users/thomas/Devel/oce/src/Adaptor3d/Adaptor3d_TopolTool.cxx:647:35: warning: Value stored to 'vsup' is never read
else if (vsup == RealLast()) { vsup=vinf+2.e5; }
^ ~~~~~~~~~
/Users/thomas/Devel/oce/src/Adaptor3d/Adaptor3d_TopolTool.cxx:641:64: warning: Value stored to 'usup' is never read
if (uinf == RealFirst() && usup == RealLast()) { uinf=-1.e5; usup=1.e5; }
^ ~~~~
/Users/thomas/Devel/oce/src/Adaptor3d/Adaptor3d_TopolTool.cxx:643:35: warning: Value stored to 'usup' is never read
else if (usup == RealLast()) { usup=uinf+2.e5; }
^ ~~~~~~~~~
/Users/thomas/Devel/oce/src/Adaptor3d/Adaptor3d_TopolTool.cxx:642:35: warning: Value stored to 'uinf' is never read
else if (uinf == RealFirst()) { uinf=usup-2.e5; }
^ ~~~~~~~~~
8 warnings generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKG3d.a the table of contents is empty (no object file members in the library define global symbols)
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKBinTObj.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/Xw/Xw_convert_image.cxx:332:9: warning: Assigned value is garbage or undefined
COPY_TRUE_TO_PSEUDO("ConvertTrueToPseudo",pidata.sdata,podata.cdata);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_convert_image.cxx:130:21: note: expanded from:
*_out++ = opixel; \
^ ~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_convert_image.cxx:329:10: warning: Assigned value is garbage or undefined
COPY_TRUE_TO_PSEUDO("ConvertTrueToPseudo",pidata.cdata,podata.cdata);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_convert_image.cxx:130:21: note: expanded from:
*_out++ = opixel; \
^ ~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_convert_image.cxx:335:9: warning: Assigned value is garbage or undefined
COPY_TRUE_TO_PSEUDO("ConvertTrueToPseudo",pidata.idata,podata.cdata);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_convert_image.cxx:130:21: note: expanded from:
*_out++ = opixel; \
^ ~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_def_background_color.cxx:111:31: warning: Assigned value is garbage or undefined
pcolormap->pixels[index] = backpixel ;
^ ~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/Xw/Xw_def_color.cxx:91:29: warning: Assigned value is garbage or undefined
pcolormap->pixels[index] = pixel ;
^ ~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/Xw/Xw_convert_image.cxx:514:13: warning: Assigned value is garbage or undefined
COPY_TRUE_TO_TRUE("ConvertTrueToTrue",pidata.sdata,podata.cdata);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_convert_image.cxx:149:21: note: expanded from:
*_out++ = opixel; \
^ ~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_convert_image.cxx:511:13: warning: Assigned value is garbage or undefined
COPY_TRUE_TO_TRUE("ConvertTrueToTrue",pidata.cdata,podata.cdata);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_convert_image.cxx:149:21: note: expanded from:
*_out++ = opixel; \
^ ~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_convert_image.cxx:545:13: warning: Assigned value is garbage or undefined
COPY_TRUE_TO_TRUE("ConvertTrueToTrue",pidata.cdata,podata.idata);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_convert_image.cxx:149:21: note: expanded from:
*_out++ = opixel; \
^ ~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_convert_image.cxx:548:13: warning: Assigned value is garbage or undefined
COPY_TRUE_TO_TRUE("ConvertTrueToTrue",pidata.sdata,podata.idata);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_convert_image.cxx:149:21: note: expanded from:
*_out++ = opixel; \
^ ~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_convert_image.cxx:517:13: warning: Assigned value is garbage or undefined
COPY_TRUE_TO_TRUE("ConvertTrueToTrue",pidata.idata,podata.cdata);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_convert_image.cxx:149:21: note: expanded from:
*_out++ = opixel; \
^ ~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_convert_image.cxx:531:13: warning: Assigned value is garbage or undefined
COPY_TRUE_TO_TRUE("ConvertTrueToTrue",pidata.sdata,podata.sdata);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_convert_image.cxx:149:21: note: expanded from:
*_out++ = opixel; \
^ ~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_convert_image.cxx:551:13: warning: Assigned value is garbage or undefined
COPY_TRUE_TO_TRUE("ConvertTrueToTrue",pidata.idata,podata.idata);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_convert_image.cxx:149:21: note: expanded from:
*_out++ = opixel; \
^ ~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_convert_image.cxx:528:13: warning: Assigned value is garbage or undefined
COPY_TRUE_TO_TRUE("ConvertTrueToTrue",pidata.cdata,podata.sdata);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_convert_image.cxx:149:21: note: expanded from:
*_out++ = opixel; \
^ ~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_convert_image.cxx:534:13: warning: Assigned value is garbage or undefined
COPY_TRUE_TO_TRUE("ConvertTrueToTrue",pidata.idata,podata.sdata);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_convert_image.cxx:149:21: note: expanded from:
*_out++ = opixel; \
^ ~~~~~~
12 warnings generated.
/Users/thomas/Devel/oce/src/Xw/Xw_def_colormap.cxx:406:8: warning: Value stored to 'acolor' is never read
acolor = pcolormap->maxucolor ;
^ ~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_def_colormap.cxx:787:22: warning: Value stored to 'status' is never read
status = XmuCreateColormap(_CDISPLAY,&_CGINFO);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_def_colormap.cxx:756:22: warning: Value stored to 'status' is never read
status = XmuCreateColormap(_CDISPLAY,&_CINFO);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 warnings generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKXmlTObj.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/Xw/Xw_def_highlight_color.cxx:102:26: warning: Assigned value is garbage or undefined
pcolormap->highpixel = highpixel ;
^ ~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/ProjLib/ProjLib_ComputeApproxOnPolarSurface.cxx:168:17: warning: Value stored to 'Dist2Min' during its initialization is never read
Standard_Real Dist2Min = RealLast();
^ ~~~~~~~~~~
/Users/thomas/Devel/oce/src/ProjLib/ProjLib_ComputeApproxOnPolarSurface.cxx:523:2: warning: Value stored to 'j' is never read
j = 1;
^ ~
/Users/thomas/Devel/oce/src/ProjLib/ProjLib_ComputeApproxOnPolarSurface.cxx:1008:45: warning: Value stored to 'V1' during its initialization is never read
Standard_Real U0 = u, V0 = v, U1 = u, V1 = v, uperiod =0, vperiod = 0;
^ ~
/Users/thomas/Devel/oce/src/ProjLib/ProjLib_ComputeApproxOnPolarSurface.cxx:1025:4: warning: Value stored to 'Dist2Min' is never read
Dist2Min = RealLast();
^ ~~~~~~~~~~
/Users/thomas/Devel/oce/src/ProjLib/ProjLib_ComputeApproxOnPolarSurface.cxx:1008:37: warning: Value stored to 'U1' during its initialization is never read
Standard_Real U0 = u, V0 = v, U1 = u, V1 = v, uperiod =0, vperiod = 0;
^ ~
/Users/thomas/Devel/oce/src/ProjLib/ProjLib_ComputeApproxOnPolarSurface.cxx:1429:6: warning: Value stored to 'Dist2Min' is never read
Dist2Min = IntegerLast();
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/ProjLib/ProjLib_ComputeApproxOnPolarSurface.cxx:1328:6: warning: Value stored to 'Dist2Min' is never read
Dist2Min = IntegerLast();
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/ProjLib/ProjLib_ComputeApproxOnPolarSurface.cxx:1379:19: warning: Value stored to 'Dist2Min' during its initialization is never read
Standard_Integer Dist2Min = IntegerLast();
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/ProjLib/ProjLib_ComputeApproxOnPolarSurface.cxx:1391:6: warning: Value stored to 'Dist2Min' is never read
Dist2Min = IntegerLast();
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/ProjLib/ProjLib_ComputeApproxOnPolarSurface.cxx:1279:19: warning: Value stored to 'Dist2Min' during its initialization is never read
Standard_Integer Dist2Min = IntegerLast();
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/ProjLib/ProjLib_ComputeApproxOnPolarSurface.cxx:1290:6: warning: Value stored to 'Dist2Min' is never read
Dist2Min = IntegerLast();
^ ~~~~~~~~~~~~~
11 warnings generated.
/Users/thomas/Devel/oce/src/Approx/Approx_CurvlinFunc.cxx:663:5: warning: Value stored to 'd2U_dS2' is never read
d2U_dS2 = -dC_dU.Dot(d2C_dU2)*dU_dS/(Mag*Mag);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/Xw/Xw_draw_marker.cxx:136:17: warning: Value stored to 'iy1' is never read
ix1 = ix2; iy1 = iy2;
^ ~~~
/Users/thomas/Devel/oce/src/Xw/Xw_draw_marker.cxx:118:4: warning: Value stored to 'ix1' is never read
ix1 = ix ; iy1 = iy ;
^ ~~
/Users/thomas/Devel/oce/src/Xw/Xw_draw_marker.cxx:118:15: warning: Value stored to 'iy1' is never read
ix1 = ix ; iy1 = iy ;
^ ~~
/Users/thomas/Devel/oce/src/Xw/Xw_draw_marker.cxx:136:6: warning: Value stored to 'ix1' is never read
ix1 = ix2; iy1 = iy2;
^ ~~~
4 warnings generated.
/Users/thomas/Devel/oce/src/Extrema/Extrema_ExtPElS.cxx:152:3: warning: Value stored to 'B' is never read
B = MP.Angle(DirZ);
^ ~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/Xw/Xw_load_gif_image.cxx:249:7: warning: Value stored to 'Code' is never read
Code = rasterPtr[ByteOffset];
^ ~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_load_gif_image.cxx:308:5: warning: Value stored to 'Code' is never read
Code = (unsigned) rasterPtr[ByteOffset];
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/Xw/Xw_load_icons.cxx:304:22: warning: Value stored to 'status' is never read
if( lf != '\n' ) status = fscanf(ficon,"%s%c",cond,&lf) ;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_load_icons.cxx:462:30: warning: Value stored to 'status' is never read
while( lf != '\n' ) status = fscanf(ficon,"%c",&lf) ;
^ ~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_load_icons.cxx:461:10: warning: Value stored to 'status' is never read
status = fscanf(ficon,"%s%c",iconname,&lf) ;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_load_icons.cxx:303:12: warning: Value stored to 'status' is never read
status = fscanf(ficon,"%s%c",code,&lf) ;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_load_icons.cxx:455:23: warning: Value stored to 'status' is never read
while( lf != '\n' ) status = fscanf(ficon,"%c",&lf) ;
^ ~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_load_icons.cxx:297:6: warning: Value stored to 'status' is never read
status = fscanf(ficon,"%s%c",filename,&lf) ;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_load_icons.cxx:305:29: warning: Value stored to 'status' is never read
if( lf != '\n' ) status = fscanf(ficon,"%s%c",value,&lf) ;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_load_icons.cxx:674:9: warning: Value stored to 'status' is never read
status = XW_SUCCESS ;
^ ~~~~~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_load_icons.cxx:658:2: warning: Value stored to 'status' is never read
status = Xw_get_window_pixelcoord(qwindow,wwidth/2,wheight/2,&xi,&yi) ;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_load_icons.cxx:684:6: warning: Value stored to 'status' is never read
status = Xw_zoom_image(pimage,zoom) ;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Xw/Xw_load_icons.cxx:767:33: warning: Division by zero
wsize = min(wwidth,wheight)/max(maximagewidth,maximageheight) ;
~~~~~~~~~~~~~~~~~~~^~~~
11 warnings generated.
/Users/thomas/Devel/oce/src/IntAna/IntAna_QuadQuadGeo.cxx:1393:7: warning: Value stored to 'iRet' is never read
iRet=-1; // just in case. it must not be so
^ ~~
/Users/thomas/Devel/oce/src/IntAna/IntAna_QuadQuadGeo.cxx:1309:5: warning: Value stored to 'iRet' is never read
iRet=0;
^ ~
/Users/thomas/Devel/oce/src/IntAna/IntAna_QuadQuadGeo.cxx:1352:7: warning: Value stored to 'iRet' is never read
iRet=0;
^ ~
3 warnings generated.
/Users/thomas/Devel/oce/src/Xw/Xw_wait_event.cxx:96:21: warning: Value stored to 'lstring' is never read
lstring = XLookupString( &xevent.xkey,
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/Xw/Xw_Window.cxx:921:18: warning: The left operand of '>' is a garbage value
if( iwidth > wwidth ) {
~~~~~~ ^
/Users/thomas/Devel/oce/src/Xw/Xw_Window.cxx:965:13: warning: The left operand of '>' is a garbage value
if( iwidth > Width || iheight > Height ) {
~~~~~~ ^
2 warnings generated.
/Users/thomas/Devel/oce/src/GeomConvert/GeomConvert_1.cxx:527:2: warning: Value stored to 'nbUSpans' is never read
nbUSpans = 3;
^ ~
1 warning generated.
/Users/thomas/Devel/oce/src/GeomConvert/GeomConvert_CompBezierSurfacesToBSplineSurface.cxx:150:5: warning: Value stored to 'L1' is never read
L1 = L2;
^ ~~
/Users/thomas/Devel/oce/src/GeomConvert/GeomConvert_CompBezierSurfacesToBSplineSurface.cxx:104:5: warning: Value stored to 'L1' is never read
L1 = L2;
^ ~~
2 warnings generated.
/Users/thomas/Devel/oce/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1019:3: warning: Value stored to 'ct' is never read
ct -= ct_len;
^ ~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/GeomLib/GeomLib.cxx:522:5: warning: Value stored to 'local_distance_squared' is never read
local_distance_squared =
^
/Users/thomas/Devel/oce/src/GeomLib/GeomLib.cxx:1739:7: warning: Value stored to 'NullWeight' is never read
NullWeight = Standard_False;
^ ~~~~~~~~~~~~~~
2 warnings generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKGeomBase.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/TopExp/TopExp.cxx:82:21: warning: Value stored to 'index' is never read
if (index == 0) index = M.Add(ex.Current(),empty);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKBRep.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/IntPatch/IntPatch_ALineToWLine.cxx:599:3: warning: Value stored to 'TriOk' is never read
TriOk=Standard_True;
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/IntPatch/IntPatch_ALineToWLine.cxx:739:7: warning: Value stored to 'refpointonwline' is never read
refpointonwline=1;
^ ~
2 warnings generated.
/Users/thomas/Devel/oce/src/IntPatch/IntPatch_ImpPrmIntersection.cxx:1301:5: warning: Value stored to 'isDeleted' is never read
isDeleted = Standard_False;
^ ~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/IntPatch/IntPatch_ImpPrmIntersection.cxx:1846:5: warning: Value stored to 'U1' is never read
U1 = U;
^ ~
/Users/thomas/Devel/oce/src/IntPatch/IntPatch_ImpPrmIntersection.cxx:1790:3: warning: Value stored to 'DDV' is never read
DDV /= (Standard_Real) NbTestPnts + 1;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 warnings generated.
/Users/thomas/Devel/oce/src/IntPatch/IntPatch_Intersection.cxx:1498:3: warning: Value stored to 'nbl' is never read
nbl=nbr=nbg=nbw=nba=nbgl=nbge=nbr1=nbr2=nbgc=nbgp=nbgh=0;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKPShape.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/IntPatch/IntPatch_PrmPrmIntersection.cxx:2681:24: warning: Value stored to 'MaxOscill' is never read
if(MaxOscill < NbV2) MaxOscill=NbV2;
^ ~~~~
/Users/thomas/Devel/oce/src/IntPatch/IntPatch_PrmPrmIntersection.cxx:2066:19: warning: Value stored to 'nbps2' during its initialization is never read
Standard_Integer nbps2 = (nbp>3)? (nbp/2) : 1;
^ ~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/IntPatch/IntPatch_RstInt.cxx:692:8: warning: Value stored to 'UMinChP' is never read
UMinChP = UMinCh - UMinChP; UMinArP = UMinAr - UMinArP;
^ ~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/IntPatch/IntPatch_WLine.cxx:247:3: warning: Value stored to 'nbvtx' is never read
nbvtx = NbVertex();
^ ~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/IntCurve/IntCurve_IntConicConic.cxx:572:21: warning: Value stored to 'maxtol' is never read
if(Tol > TolConf) maxtol = Tol; else maxtol = TolConf;
^ ~~~
/Users/thomas/Devel/oce/src/IntCurve/IntCurve_IntConicConic.cxx:572:40: warning: Value stored to 'maxtol' is never read
if(Tol > TolConf) maxtol = Tol; else maxtol = TolConf;
^ ~~~~~~~
2 warnings generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKShapeSchema.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/IntCurve/IntCurve_IntConicConic_1.cxx:946:22: warning: Value stored to 'C2inf' is never read
if(C2inf<C2sup) C2inf+=PIpPI;
^ ~~~~~
/Users/thomas/Devel/oce/src/IntCurve/IntCurve_IntConicConic_1.cxx:896:22: warning: Value stored to 'C2inf' is never read
if(C2inf<C2sup) C2inf+=PIpPI;
^ ~~~~~
2 warnings generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKStdLSchema.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/Intf/Intf_Tool.cxx:791:4: warning: Value stored to 'pas' is never read
pas=1.;
^ ~~
1 warning generated.
/Users/thomas/Devel/oce/src/GccAna/GccAna_Circ2d2TanOn_9.cxx:79:11: warning: Value stored to 'ok' is never read
else {ok = Standard_True; }
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/GccAna/GccAna_Circ2d2TanOn_9.cxx:72:37: warning: Value stored to 'ok' is never read
if (Dloc.Dot(XYnor1) <= 0.) { ok = Standard_True; }
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/GccAna/GccAna_Circ2d2TanOn_9.cxx:76:37: warning: Value stored to 'ok' is never read
if (Dloc.Dot(XYnor1) >= 0.) { ok = Standard_True; }
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/GccAna/GccAna_Circ2d2TanOn_9.cxx:73:14: warning: Value stored to 'ok' is never read
else { ok = Standard_False; }
^ ~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/GccAna/GccAna_Circ2d2TanOn_9.cxx:77:14: warning: Value stored to 'ok' is never read
else { ok = Standard_False; }
^ ~~~~~~~~~~~~~~
5 warnings generated.
/Users/thomas/Devel/oce/src/GccAna/GccAna_Circ2d2TanRad.cxx:559:12: warning: Value stored to 'dist' is never read
dist = Max(R1,R2)-Min(R1,R2)-Radius*2.0;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/GccAna/GccAna_Circ2d2TanRad_1.cxx:151:6: warning: Value stored to 'nbsol' is never read
nbsol = 3;
^ ~
1 warning generated.
/Users/thomas/Devel/oce/src/GccAna/GccAna_Circ2d3Tan_1.cxx:178:9: warning: Value stored to 'nbsol2' is never read
nbsol2 = 1;
^ ~
/Users/thomas/Devel/oce/src/GccAna/GccAna_Circ2d3Tan_1.cxx:167:9: warning: Value stored to 'nbsol2' is never read
nbsol2 = 1;
^ ~
/Users/thomas/Devel/oce/src/GccAna/GccAna_Circ2d3Tan_1.cxx:188:7: warning: Value stored to 'nbsol2' is never read
nbsol2 = 1;
^ ~
3 warnings generated.
/Users/thomas/Devel/oce/src/GccAna/GccAna_Circ2dTanOnRad_4.cxx:83:34: warning: Value stored to 'dist1' is never read
if (dist1-Radius > 0.0) { dist1 = Radius; }
^ ~~~~~~
/Users/thomas/Devel/oce/src/GccAna/GccAna_Circ2dTanOnRad_4.cxx:84:39: warning: Value stored to 'dist2' is never read
else if (dist2-Radius < 0.0) { dist2 = Radius; }
^ ~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/GeomPlate/GeomPlate_BuildPlateSurface.cxx:1302:3: warning: Value stored to 'Ufinal2' is never read
Ufinal2=myLinCont->Value(1)->LastParameter();
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/GeomFill/GeomFill_DraftTrihedron.cxx:73:17: warning: Value stored to 'mu' during its initialization is never read
Standard_Real mu = myCos ;
^ ~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/GeomFill/GeomFill_GuideTrihedronPlan.cxx:168:13: warning: Value stored to 'Diff' is never read
Diff = w - Pole->Value(1, ii-1).Y();
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/GeomFill/GeomFill_LocFunction.cxx:130:23: warning: Array access (from variable 'LocalResult') results in a null pointer dereference
AddrResult[ii] = LocalResult[ii];
^~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/GeomFill/GeomFill_Pipe.cxx:573:5: warning: Value stored to 'param' is never read
param = Place.ParameterOnPath();
^ ~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/GeomFill/GeomFill_PolynomialConvertor.cxx:245:3: warning: Value stored to 'bsecn' is never read
bsecn = D2Angle/2;
^ ~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/GeomFill/GeomFill_LocationGuide.cxx:274:3: warning: Value stored to 'DeltaU' is never read
DeltaU = (Ul-Uf)/(2+NbKnots);
^ ~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/GeomFill/GeomFill_LocationGuide.cxx:393:4: warning: Value stored to 'Diff' is never read
Diff = w - myPoles2d->Value(1, ii-1).Y();
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/GeomFill/GeomFill_LocationGuide.cxx:426:7: warning: Value stored to 'Diff' is never read
Diff = v - myPoles2d->Value(2, ii-1).Y();
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/GeomFill/GeomFill_LocationGuide.cxx:410:4: warning: Value stored to 'Diff' is never read
Diff = Angle - OldAngle;
^ ~~~~~~~~~~~~~~~~
4 warnings generated.
/Users/thomas/Devel/oce/src/Geom2dGcc/Geom2dGcc_Lin2d2Tan.cxx:77:24: warning: Value stored to 'Param2' during its initialization is never read
Standard_Real Param2 = a2FPar;
^ ~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/FairCurve/FairCurve_Batten.cxx:377:2: warning: Value stored to 'Ok' is never read
Ok = EBatten.Variable(VInit);
^ ~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/FairCurve/FairCurve_Batten.cxx:328:2: warning: Value stored to 'Ok' is never read
Ok = EBatten.Variable(VInit);
^ ~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/FairCurve/FairCurve_MinimalVariation.cxx:290:2: warning: Value stored to 'Ok' is never read
Ok = EMVC.Variable(VInit);
^ ~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/FairCurve/FairCurve_MinimalVariation.cxx:359:2: warning: Value stored to 'Ok' is never read
Ok = EMVC.Variable(VInit);
^ ~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/FairCurve/FairCurve_MinimalVariation.cxx:208:10: warning: Value stored to 'kk' is never read
kk += 1;
^ ~
3 warnings generated.
/Users/thomas/Devel/oce/src/IntPolyh/IntPolyh_Triangle.cxx:760:20: warning: Value stored to 'FinTT' during its initialization is never read
Standard_Integer FinTT = TTriangles.NbTriangles();// FinTT n'est pas une constante, elle augmente avec l'affinage
^ ~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/IntPolyh/IntPolyh_Triangle.cxx:811:4: warning: Value stored to 'Test' is never read
Test=0;
^ ~
2 warnings generated.
/Users/thomas/Devel/oce/src/IntPolyh/IntPolyh_MaillageAffinage.cxx:2371:4: warning: Value stored to 'lambda2' is never read
lambda2=1.0;
^ ~~~
/Users/thomas/Devel/oce/src/IntPolyh/IntPolyh_MaillageAffinage.cxx:2425:4: warning: Value stored to 'alpha2' is never read
alpha2=0.0;
^ ~~~
/Users/thomas/Devel/oce/src/IntPolyh/IntPolyh_MaillageAffinage.cxx:2446:4: warning: Value stored to 'alpha2' is never read
alpha2=1.0;
^ ~~~
/Users/thomas/Devel/oce/src/IntPolyh/IntPolyh_MaillageAffinage.cxx:2392:4: warning: Value stored to 'lambda2' is never read
lambda2=1.0;
^ ~~~
/Users/thomas/Devel/oce/src/IntPolyh/IntPolyh_MaillageAffinage.cxx:2437:4: warning: Value stored to 'lambda2' is never read
lambda2=0.0;
^ ~~~
/Users/thomas/Devel/oce/src/IntPolyh/IntPolyh_MaillageAffinage.cxx:2380:4: warning: Value stored to 'alpha2' is never read
alpha2=0.0;
^ ~~~
/Users/thomas/Devel/oce/src/IntPolyh/IntPolyh_MaillageAffinage.cxx:2416:4: warning: Value stored to 'lambda2' is never read
lambda2=0.0;
^ ~~~
/Users/thomas/Devel/oce/src/IntPolyh/IntPolyh_MaillageAffinage.cxx:2401:4: warning: Value stored to 'alpha2' is never read
alpha2=1.0;
^ ~~~
8 warnings generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKGeomAlgo.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/IntCurvesFace/IntCurvesFace_ShapeIntersector.cxx:130:5: warning: Array access (from variable '_PtrJetons') results in a null pointer dereference
_PtrJetons[Indexface]++;
^~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/MAT/MAT_Graph.cxx:109:5: warning: Value stored to 'NbRoots' is never read
NbRoots = 1;
^ ~
1 warning generated.
/Users/thomas/Devel/oce/src/MAT2d/MAT2d_Circuit.cxx:309:5: warning: Value stored to 'ILastItem' is never read
ILastItem = geomElements.Length();
^ ~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/Bisector/Bisector_BisecAna.cxx:320:2: warning: Value stored to 'distanceptsol' is never read
distanceptsol = Distance(apoint,solution,
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Bisector/Bisector_BisecAna.cxx:643:5: warning: Value stored to 'distancemini' is never read
distancemini = Precision::Infinite();
^ ~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Bisector/Bisector_BisecAna.cxx:671:2: warning: Value stored to 'distanceptsol' is never read
distanceptsol = Distance(apoint,solution,
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Bisector/Bisector_BisecAna.cxx:675:2: warning: Value stored to 'distanceptsol' is never read
distanceptsol = Distance(apoint,solution,
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Bisector/Bisector_BisecAna.cxx:551:2: warning: Value stored to 'distanceptsol' is never read
distanceptsol = Distance(apoint,solution,tan1,tan2,
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Bisector/Bisector_BisecAna.cxx:324:2: warning: Value stored to 'distanceptsol' is never read
distanceptsol = Distance(apoint,solution,
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Bisector/Bisector_BisecAna.cxx:715:2: warning: Value stored to 'distancemini' is never read
distancemini = distanceptsol;
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Bisector/Bisector_BisecAna.cxx:457:5: warning: Value stored to 'distancemini' is never read
distancemini = aNewDMin;
^ ~~~~~~~~
/Users/thomas/Devel/oce/src/Bisector/Bisector_BisecAna.cxx:394:4: warning: Value stored to 'distanceptsol' is never read
distanceptsol = Distance(apoint,solution,
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Bisector/Bisector_BisecAna.cxx:930:7: warning: Value stored to 'distanceptsol' is never read
distanceptsol = Distance(apoint,solution,
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
10 warnings generated.
/Users/thomas/Devel/oce/src/BRepCheck/BRepCheck_Edge.cxx:554:3: warning: Value stored to 'Error' is never read
Error = 0.;
^ ~~
1 warning generated.
/Users/thomas/Devel/oce/src/BRepCheck/BRepCheck_Wire.cxx:550:5: warning: Value stored to 'orient' is never read
orient = edg.Orientation();
^ ~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/BRepCheck/BRepCheck_Wire.cxx:771:4: warning: Value stored to 'orient' is never read
orient = edg.Orientation();
^ ~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/BRepCheck/BRepCheck_Wire.cxx:1018:2: warning: Value stored to 'IP_ParamOnFirst' is never read
IP_ParamOnFirst = 0.;
^ ~~
/Users/thomas/Devel/oce/src/BRepCheck/BRepCheck_Wire.cxx:1019:2: warning: Value stored to 'IP_ParamOnSecond' is never read
IP_ParamOnSecond = 0.;
^ ~~
4 warnings generated.
/Users/thomas/Devel/oce/src/BRepCheck/BRepCheck_Shell.cxx:824:5: warning: Value stored to 'newCur' is never read
newCur=Standard_True;
^ ~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/BRepClass3d/BRepClass3d_SClassifier.cxx:134:5: warning: Function call argument is an uninitialized value
FaceNormal(aF1, aU1, aV1, aDN1);
^ ~~~
1 warning generated.
/Users/thomas/Devel/oce/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:446:4: warning: Value stored to 'ptfound' is never read
ptfound=Standard_True;
^ ~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/BRepGProp/BRepGProp.cxx:63:47: warning: Value stored to 'iErrorMax' is never read
if(ErrorMax < Error){ ErrorMax = Error; iErrorMax = i;}
^ ~
/Users/thomas/Devel/oce/src/BRepGProp/BRepGProp.cxx:116:42: warning: Value stored to 'iErrorMax' is never read
if(ErrorMax < Error){ ErrorMax = Error; iErrorMax = i;}
^ ~
/Users/thomas/Devel/oce/src/BRepGProp/BRepGProp.cxx:165:42: warning: Value stored to 'iErrorMax' is never read
if(ErrorMax < Error){ ErrorMax = Error; iErrorMax = i;}
^ ~
3 warnings generated.
/Users/thomas/Devel/oce/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.cxx:136:33: warning: Value stored to 'TolVertex' is never read
if(TolVertex<TolVertex1) TolVertex=TolVertex1;
^ ~~~~~~~~~~
/Users/thomas/Devel/oce/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.cxx:368:14: warning: Value stored to 'uuu' is never read
if(uuu<0) uuu=0;
^ ~
/Users/thomas/Devel/oce/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.cxx:359:14: warning: Value stored to 'uuu' is never read
if(uuu<0) uuu=0;
^ ~
3 warnings generated.
/Users/thomas/Devel/oce/src/BRepTopAdaptor/BRepTopAdaptor_HVertex.cxx:120:7: warning: Value stored to 'Dist' is never read
Dist = Dist1;
^ ~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:826:11: warning: Value stored to 'SecOri' is never read
SecOri = TopAbs::Reverse(SecOri);
^ ~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKTopAlgo.a the table of contents is empty (no object file members in the library define global symbols)
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKPrim.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/BOPTools/BOPTools_Checker.cxx:811:2: warning: Value stored to 'aTolR3D' is never read
aTolR3D=1.e-7;
^ ~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/HLRTopoBRep/HLRTopoBRep_DSFiller.cxx:361:5: warning: Value stored to 'last' is never read
last = nbp;
^ ~~~
/Users/thomas/Devel/oce/src/HLRTopoBRep/HLRTopoBRep_DSFiller.cxx:360:5: warning: Value stored to 'first' is never read
first = 1;
^ ~
2 warnings generated.
/Users/thomas/Devel/oce/src/BOPTools/BOPTools_DSFiller.cxx:353:7: warning: Value stored to 'aT2' is never read
aT2=TopAbs_WIRE;
^ ~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/BOPTools/BOPTools_PaveFiller.cxx:601:2: warning: Value stored to 'anIndexIn' is never read
anIndexIn=0;
^ ~
1 warning generated.
/Users/thomas/Devel/oce/src/BOPTools/BOPTools_PaveFiller_1.cxx:179:7: warning: Value stored to 'anIndexIn' is never read
anIndexIn=0;
^ ~
1 warning generated.
/Users/thomas/Devel/oce/src/HLRBRep/HLRBRep_Intersector.cxx:157:17: warning: Value stored to 'mtol' is never read
if(mtol<tb) mtol=tb;
^ ~~
/Users/thomas/Devel/oce/src/HLRBRep/HLRBRep_Intersector.cxx:227:17: warning: Value stored to 'mtol' is never read
if(mtol<tb) mtol=tb;
^ ~~
2 warnings generated.
/Users/thomas/Devel/oce/src/HLRBRep/HLRBRep_PolyAlgo.cxx:1244:2: warning: Value stored to 'Nod12RValues' is never read
Nod12RValues = (*pi1p2)->RValues();
^ ~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/HLRBRep/HLRBRep_PolyAlgo.cxx:1396:2: warning: Value stored to 'Nod22RValues' is never read
Nod22RValues = (*pi2p2)->RValues();
^ ~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/HLRBRep/HLRBRep_PolyAlgo.cxx:1388:2: warning: Value stored to 'Nod12RValues' is never read
Nod12RValues = (*pi1p2)->RValues();
^ ~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/HLRBRep/HLRBRep_PolyAlgo.cxx:2601:7: warning: Value stored to 'nbN' is never read
nbN = (*pid)->NbPINod();
^ ~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/HLRBRep/HLRBRep_PolyAlgo.cxx:2602:7: warning: Value stored to 'nbS' is never read
nbS = (*pid)->NbPISeg();
^ ~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/HLRBRep/HLRBRep_PolyAlgo.cxx:2600:7: warning: Value stored to 'nbT' is never read
nbT = (*pid)->NbTData();
^ ~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/HLRBRep/HLRBRep_PolyAlgo.cxx:2514:7: warning: Value stored to 'nbN' is never read
nbN = (*pid)->NbPINod();
^ ~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/HLRBRep/HLRBRep_PolyAlgo.cxx:2513:7: warning: Value stored to 'nbT' is never read
nbT = (*pid)->NbTData();
^ ~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/HLRBRep/HLRBRep_PolyAlgo.cxx:3179:35: warning: Value stored to 'as' is never read
if (!o3 && as < as3) {s = s3; as = as3;}
^ ~~~
/Users/thomas/Devel/oce/src/BOPTools/BOPTools_PaveFiller_3.cxx:2536:21: warning: Value stored to 'bAddNewVertex' is never read
bAddNewVertex = Standard_False;
^ ~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/BOPTools/BOPTools_PaveFiller_3.cxx:2698:7: warning: Value stored to 'anIndex' is never read
anIndex = anOldCB.PaveBlock2().OriginalEdge();
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
9 warnings generated.
/Users/thomas/Devel/oce/src/BOPTools/BOPTools_Tools3D.cxx:257:3: warning: Value stored to 'anUPeriod' is never read
anUPeriod=0.;
^ ~~
/Users/thomas/Devel/oce/src/BOPTools/BOPTools_Tools3D.cxx:497:3: warning: Value stored to 'aFlag' is never read
aFlag=aContext.ProjectPointOnEdge(aP, aEF2, aT2);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/BOP/BOP_Area2dBuilder.cxx:182:11: warning: Value stored to 'ashapeinside' is never read
ashapeinside = ablockinside = Standard_False;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/BOP/BOP_Area3dBuilder.cxx:150:11: warning: Value stored to 'ashapeinside' is never read
ashapeinside = ablockinside = Standard_False;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/BOP/BOP_AreaBuilder.cxx:253:11: warning: Value stored to 'ashapeinside' is never read
ashapeinside = ablockinside = Standard_False;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/BOP/BOP_BlockBuilder.cxx:77:34: warning: Value stored to 'CurNei' is never read
IsRegular = Standard_True; CurNei = 0;
^ ~
1 warning generated.
/Users/thomas/Devel/oce/src/BOP/BOP_FaceBuilder.cxx:792:7: warning: Value stored to 'TolV' is never read
TolV = newTol;
^ ~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/HLRAlgo/HLRAlgo_PolyInternalData.cxx:630:12: warning: Assigned value is garbage or undefined
ip4 = itpk[skip];
^ ~~~~~~~~~~
/Users/thomas/Devel/oce/src/HLRAlgo/HLRAlgo_PolyInternalData.cxx:456:20: warning: Value stored to 'Nod1Indices' during its initialization is never read
Standard_Address Nod1Indices =
^
2 warnings generated.
/Users/thomas/Devel/oce/src/HLRAlgo/HLRAlgo_Projector.cxx:190:7: warning: Value stored to 'X' is never read
X=x07-y05+z05;
^ ~~~~~~~~~~~
/Users/thomas/Devel/oce/src/HLRAlgo/HLRAlgo_Projector.cxx:191:7: warning: Value stored to 'Y' is never read
Y=x07+y05-z05;
^ ~~~~~~~~~~~
2 warnings generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKHLR.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/BOP/BOP_SDFWESFiller.cxx:828:3: warning: Value stored to 'bAdded' is never read
bAdded=Standard_True;//xft
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/BOP/BOP_SDFWESFiller.cxx:960:5: warning: Value stored to 'bAdded' is never read
bAdded=Standard_True; //xft
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/BOP/BOP_SDFWESFiller.cxx:823:3: warning: Value stored to 'bAdded' is never read
bAdded=Standard_True;//xft
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/BOP/BOP_SDFWESFiller.cxx:782:3: warning: Value stored to 'bAdded' is never read
bAdded=Standard_True;//xft
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/BOP/BOP_SDFWESFiller.cxx:1149:5: warning: Value stored to 'aSt' is never read
aSt=pDS->GetState(nSp);
^ ~~~~~~~~~~~~~~~~~~
5 warnings generated.
/Users/thomas/Devel/oce/src/BOP/BOP_Section.cxx:161:7: warning: Value stored to 'aNbS' is never read
aNbS=aSectList.Extent();
^ ~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/BOP/BOP_Section.cxx:186:2: warning: Value stored to 'aNbS' is never read
aNbS=aSectEdges.Extent();
^ ~~~~~~~~~~~~~~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/BOP/BOP_SFSCorrector.cxx:113:7: warning: Value stored to 'aNbNeighbours' is never read
aNbNeighbours=0;
^ ~
/Users/thomas/Devel/oce/src/BOP/BOP_SFSCorrector.cxx:158:3: warning: Value stored to 'anIsDone' is never read
anIsDone=Standard_False;
^ ~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/BOP/BOP_SFSCorrector.cxx:159:3: warning: Value stored to 'anIsNothingToDo' is never read
anIsNothingToDo=Standard_True;
^ ~~~~~~~~~~~~~
3 warnings generated.
/Users/thomas/Devel/oce/src/BRepMesh/BRepMesh_DataStructureOfDelaun.cxx:493:20: warning: Value stored to 'lastNonDelItem' during its initialization is never read
Standard_Integer lastNonDelItem=myElements.Extent();
^ ~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/BRepMesh/BRepMesh_FastDiscret.cxx:609:7: warning: Value stored to 'Dv' is never read
Dv = 0.9*oldDv; //TWOTHIRD * oldDv;
^ ~~~~~~~~~
/Users/thomas/Devel/oce/src/BRepMesh/BRepMesh_FastDiscret.cxx:336:3: warning: Value stored to 'i' is never read
i = 1;
^ ~
/Users/thomas/Devel/oce/src/BRepMesh/BRepMesh_FastDiscret.cxx:1375:15: warning: Value stored to 'ivl' is never read
ivl = iv1;
^ ~~~
3 warnings generated.
/Users/thomas/Devel/oce/src/BOP/BOP_ShellSolid.cxx:1282:7: warning: Value stored to 'aNbS' is never read
aNbS=aSectEdges.Extent();
^ ~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/BOP/BOP_ShellSolid.cxx:1267:5: warning: Value stored to 'aNbS' is never read
aNbS=aSectList.Extent();
^ ~~~~~~~~~~~~~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/BRepMesh/BRepMesh_FastDiscretFace.cxx:431:9: warning: Value stored to 'ivl' is never read
ivl = iv1;
^ ~~~
/Users/thomas/Devel/oce/src/BRepMesh/BRepMesh_FastDiscretFace.cxx:772:5: warning: Value stored to 'Dv' is never read
Dv = 0.9*oldDv; //TWOTHIRD * oldDv;
^ ~~~~~~~~~
/Users/thomas/Devel/oce/src/BRepMesh/BRepMesh_FastDiscretFace.cxx:1796:18: warning: Value stored to 'isvf' is never read
if (isvf == 0) isvf = myVemap.Add(ivff);
^ ~~~~~~~~~~~~~~~~~
3 warnings generated.
/Users/thomas/Devel/oce/src/BOP/BOP_ShellSplitter.cxx:273:3: warning: Value stored to 'aNumMultShell' is never read
aNumMultShell =0;
^ ~
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKMesh.a the table of contents is empty (no object file members in the library define global symbols)
1 warning generated.
/Users/thomas/Devel/oce/src/BOP/BOP_SolidSolid_1.cxx:169:8: warning: Value stored to 'bFoundFaceState' is never read
bFoundFaceState = Standard_True;
^ ~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/BOP/BOP_SolidSolid.cxx:1302:7: warning: Value stored to 'acurdt' is never read
acurdt = dt;
^ ~~
/Users/thomas/Devel/oce/src/BOP/BOP_SolidSolid.cxx:1346:7: warning: Value stored to 'acurdt' is never read
acurdt = dt;
^ ~~
2 warnings generated.
/Users/thomas/Devel/oce/src/BOP/BOP_WESCorrector.cxx:116:7: warning: Value stored to 'aNbNeighbours' is never read
aNbNeighbours=0;
^ ~
1 warning generated.
/Users/thomas/Devel/oce/src/ShapeConstruct/ShapeConstruct.cxx:310:9: warning: Value stored to 'resOrient' is never read
resOrient = Edge.Orientation();
^ ~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/ShapeConstruct/ShapeConstruct_ProjectCurveOnSurface.cxx:516:38: warning: Value stored to 'Cf' is never read
if (Precision::IsInfinite(Cf)) Cf = -1000;
^ ~~~~~
/Users/thomas/Devel/oce/src/ShapeConstruct/ShapeConstruct_ProjectCurveOnSurface.cxx:517:38: warning: Value stored to 'Cl' is never read
if (Precision::IsInfinite(Cl)) Cl = +1000;
^ ~~~~~
/Users/thomas/Devel/oce/src/ShapeConstruct/ShapeConstruct_ProjectCurveOnSurface.cxx:793:4: warning: Value stored to 'theMin' is never read
theMin = distCurrVL;
^ ~~~~~~~~~~
/Users/thomas/Devel/oce/src/ShapeConstruct/ShapeConstruct_ProjectCurveOnSurface.cxx:481:3: warning: Value stored to 'isoclosed' is never read
isoclosed = Standard_False;
^ ~~~~~~~~~~~~~~
4 warnings generated.
/Users/thomas/Devel/oce/src/ShapeCustom/ShapeCustom_BSplineRestriction.cxx:443:9: warning: Value stored to 'cnt' is never read
cnt = (cnt > GeomAbs_C2 ? GeomAbs_C2: cnt);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/ShapeCustom/ShapeCustom_Surface.cxx:278:16: warning: Value stored to 'RR1' during its initialization is never read
Standard_Real RR1 = R(1), RR2 = R(2), RR3;
^ ~~~~
/Users/thomas/Devel/oce/src/ShapeCustom/ShapeCustom_Surface.cxx:166:18: warning: Value stored to 'nUP' is never read
nCP = nUP; nUP = nVP; nVP = nCP;
^ ~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/BOP/BOP_WireSplitter.cxx:247:5: warning: Value stored to 'aNbE' is never read
aNbE=myEdges.Extent();
^ ~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/ShapeAnalysis/ShapeAnalysis_BoxBndTree.cxx:119:7: warning: Value stored to 'dm1' is never read
dm1 = dm2;
^ ~~~
1 warning generated.
/Users/thomas/Devel/oce/src/BOP/BOP_WireSplitter.cxx:485:4: warning: Value stored to 'aTol' is never read
aTol=aTolVb+aTolVPrev;
^ ~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/ShapeAnalysis/ShapeAnalysis_CheckSmallFace.cxx:676:18: warning: Value stored to 'toler' is never read
if (toler < 0) toler = 1.e-4;
^ ~~~~~
/Users/thomas/Devel/oce/src/ShapeAnalysis/ShapeAnalysis_CheckSmallFace.cxx:765:17: warning: Value stored to 'tol' during its initialization is never read
Standard_Real tol = Precision::Confusion();
^ ~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
2 warnings generated.
/Users/thomas/Devel/oce/src/ShapeAnalysis/ShapeAnalysis_Edge.cxx:940:9: warning: Value stored to 'aEndLength' is never read
aEndLength = aDomainTol;
^ ~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/ShapeAnalysis/ShapeAnalysis_Surface.cxx:1134:17: warning: Value stored to 'theMin' during its initialization is never read
Standard_Real theMin = RealLast();
^ ~~~~~~~~~~
/Users/thomas/Devel/oce/src/ShapeAnalysis/ShapeAnalysis_Surface.cxx:1229:18: warning: Value stored to 'par' is never read
if (UV) {par = UU; iso = UIso(UU);}
^ ~~
/Users/thomas/Devel/oce/src/ShapeAnalysis/ShapeAnalysis_Surface.cxx:1283:9: warning: Value stored to 'par' is never read
par = UU;
^ ~~
/Users/thomas/Devel/oce/src/ShapeAnalysis/ShapeAnalysis_Surface.cxx:1275:41: warning: Value stored to 'Cl' is never read
if (Precision::IsInfinite(Cl)) Cl = +1000;
^ ~~~~~
/Users/thomas/Devel/oce/src/ShapeAnalysis/ShapeAnalysis_Surface.cxx:1293:41: warning: Value stored to 'Cl' is never read
if (Precision::IsInfinite(Cl)) Cl = +1000;
^ ~~~~~
/Users/thomas/Devel/oce/src/ShapeAnalysis/ShapeAnalysis_Surface.cxx:1287:9: warning: Value stored to 'par' is never read
par = VV;
^ ~~
/Users/thomas/Devel/oce/src/ShapeAnalysis/ShapeAnalysis_Surface.cxx:1243:18: warning: Value stored to 'par' is never read
if (UV) {par = UU; iso = UIso(UU);}
^ ~~
/Users/thomas/Devel/oce/src/ShapeAnalysis/ShapeAnalysis_Surface.cxx:1292:41: warning: Value stored to 'Cf' is never read
if (Precision::IsInfinite(Cf)) Cf = -1000;
^ ~~~~~
/Users/thomas/Devel/oce/src/ShapeAnalysis/ShapeAnalysis_Surface.cxx:1274:41: warning: Value stored to 'Cf' is never read
if (Precision::IsInfinite(Cf)) Cf = -1000;
^ ~~~~~
/Users/thomas/Devel/oce/src/ShapeAnalysis/ShapeAnalysis_Surface.cxx:1265:11: warning: Value stored to 'par' is never read
par = UU;
^ ~~
/Users/thomas/Devel/oce/src/ShapeAnalysis/ShapeAnalysis_Surface.cxx:1269:11: warning: Value stored to 'par' is never read
par = VV;
^ ~~
/Users/thomas/Devel/oce/src/ShapeAnalysis/ShapeAnalysis_Surface.cxx:1244:18: warning: Value stored to 'par' is never read
else {par = VV; iso = VIso(VV);}
^ ~~
/Users/thomas/Devel/oce/src/ShapeAnalysis/ShapeAnalysis_Surface.cxx:1230:18: warning: Value stored to 'par' is never read
else {par = VV; iso = VIso(VV);}
^ ~~
13 warnings generated.
/Users/thomas/Devel/oce/src/BooleanOperations/BooleanOperations_Explorer.cxx:93:58: warning: Array access (from variable 'theSuccessors') results in a null pointer dereference
successorType = (*myShapesDataStructure).GetShapeType(((Standard_Integer*)theSuccessors)[i]);
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/ShapeAnalysis/ShapeAnalysis_Wire.cxx:862:15: warning: Value stored to 'forward' is never read
if ( lack ) forward = Standard_True;
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/ShapeAnalysis/ShapeAnalysis_Wire.cxx:1767:19: warning: Value stored to 'dm1' is never read
if (dm1 > dm2) {dm1 = dm2; result = res2 + 2;}
^ ~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/BooleanOperations/BooleanOperations_Explorer.cxx:178:22: warning: Array access (from variable 'theSuccessors') results in a null pointer dereference
successorNumber = ((Standard_Integer*)theSuccessors)[j];
^ ~~~~~~~~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/ShapeFix/ShapeFix.cxx:92:19: warning: Value stored to 'tol' is never read
if (!iatol) tol = BRep_Tool::Tolerance (E);
^ ~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/ShapeFix/ShapeFix.cxx:390:21: warning: Value stored to 'aMinDist' during its initialization is never read
Standard_Real aMinDist = RealLast();
^ ~~~~~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/ShapeFix/ShapeFix_ComposeShell.cxx:896:23: warning: Value stored to 'adist2' during its initialization is never read
Standard_Real adist2 =RealLast();
^ ~~~~~~~~~~
/Users/thomas/Devel/oce/src/BooleanOperations/BooleanOperations_OnceExplorer.cxx:129:23: warning: Array access (from variable 'theSuccessors') results in a null pointer dereference
aSuccessorNumber = ((Standard_Integer*)theSuccessors)[i];
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/BooleanOperations/BooleanOperations_OnceExplorer.cxx:227:22: warning: Array access (from variable 'theSuccessors') results in a null pointer dereference
successorNumber = ((Standard_Integer*)theSuccessors)[j];
^ ~~~~~~~~~~~~~
2 warnings generated.
1 warning generated.
/Users/thomas/Devel/oce/src/ShapeFix/ShapeFix_Face.cxx:500:11: warning: Value stored to 'isfixReorder' is never read
isfixReorder = theAdvFixWire->StatusReorder(ShapeExtend_DONE);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/IntTools/IntTools_BeanBeanIntersector.cxx:464:3: warning: Value stored to 'aDistance' is never read
aDistance=RealLast();
^ ~~~~~~~~~~
/Users/thomas/Devel/oce/src/IntTools/IntTools_BeanBeanIntersector.cxx:697:5: warning: Value stored to 'aT1' is never read
aT1=aT2;
^ ~~~
/Users/thomas/Devel/oce/src/IntTools/IntTools_BeanBeanIntersector.cxx:569:7: warning: Value stored to 'aT1' is never read
aT1=aT2;
^ ~~~
3 warnings generated.
/Users/thomas/Devel/oce/src/ShapeFix/ShapeFix_Shell.cxx:889:5: warning: Value stored to 'done' is never read
done = Standard_True;
^ ~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/IntTools/IntTools_BeanFaceIntersector.cxx:1669:7: warning: Value stored to 'aCurIndex' is never read
aCurIndex = aCurIndexInit;
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/IntTools/IntTools_BeanFaceIntersector.cxx:1434:17: warning: Value stored to 'aCurPar' during its initialization is never read
Standard_Real aCurPar = aRangeC.First();
^ ~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/IntTools/IntTools_BeanFaceIntersector.cxx:1435:17: warning: Value stored to 'aPrevPar' during its initialization is never read
Standard_Real aPrevPar = aRangeC.First();
^ ~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/IntTools/IntTools_BeanFaceIntersector.cxx:1706:5: warning: Value stored to 'bHasOutC' is never read
bHasOutC = Standard_True;
^ ~~~~~~~~~~~~~
4 warnings generated.
/Users/thomas/Devel/oce/src/IntTools/IntTools_EdgeEdge.cxx:1144:21: warning: Value stored to 'adist' during its initialization is never read
Standard_Real adist = aDistance;
^ ~~~~~~~~~
/Users/thomas/Devel/oce/src/IntTools/IntTools_EdgeEdge.cxx:1170:5: warning: Value stored to 'f' is never read
f=aProjector.Distance(j);
^ ~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/IntTools/IntTools_FaceFace.cxx:445:3: warning: Value stored to 'NbLinPP' is never read
NbLinPP = 0;
^ ~
/Users/thomas/Devel/oce/src/IntTools/IntTools_FaceFace.cxx:1641:2: warning: Value stored to 'aNbParts' is never read
aNbParts=1;
^ ~
/Users/thomas/Devel/oce/src/IntTools/IntTools_FaceFace.cxx:2599:3: warning: Value stored to 'aD' is never read
aD=aGAS2.UResolution(aDelta);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/IntTools/IntTools_FaceFace.cxx:2585:3: warning: Value stored to 'aD' is never read
aD=aGAS1.VResolution(aDelta);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/IntTools/IntTools_FaceFace.cxx:2613:3: warning: Value stored to 'aD' is never read
aD=aGAS2.VResolution(aDelta);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/IntTools/IntTools_FaceFace.cxx:3087:19: warning: Value stored to 'aT1' during its initialization is never read
Standard_Real aT1 = aCriteria;
^ ~~~~~~~~~
/Users/thomas/Devel/oce/src/IntTools/IntTools_FaceFace.cxx:3088:19: warning: Value stored to 'aT2' during its initialization is never read
Standard_Real aT2 = aCriteria;
^ ~~~~~~~~~
/Users/thomas/Devel/oce/src/IntTools/IntTools_FaceFace.cxx:3307:3: warning: Value stored to 'bIsPointOnBoundary' is never read
bIsPointOnBoundary=Standard_False;
^ ~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/IntTools/IntTools_FaceFace.cxx:3381:8: warning: Value stored to 'bIsPointOnBoundary' is never read
bIsPointOnBoundary = Standard_True;
^ ~~~~~~~~~~~~~
9 warnings generated.
/Users/thomas/Devel/oce/src/IntTools/IntTools_FClass2d.cxx:99:3: warning: Value stored to 'Tole' is never read
Tole = 0.;
^ ~~
/Users/thomas/Devel/oce/src/IntTools/IntTools_FClass2d.cxx:117:5: warning: Value stored to 'TolVertex1' is never read
TolVertex1=0.;
^ ~~
/Users/thomas/Devel/oce/src/IntTools/IntTools_FClass2d.cxx:118:5: warning: Value stored to 'TolVertex' is never read
TolVertex=0.;
^ ~~
/Users/thomas/Devel/oce/src/IntTools/IntTools_FClass2d.cxx:176:2: warning: Value stored to 'TolVertex' is never read
TolVertex=TolVertex1;
^ ~~~~~~~~~~
4 warnings generated.
/Users/thomas/Devel/oce/src/ShapeUpgrade/ShapeUpgrade_ConvertCurve2dToBezier.cxx:172:19: warning: Value stored to 'newFirst' during its initialization is never read
Standard_Real newFirst = First+Shift;
^ ~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/IntTools/IntTools_LineConstructor.cxx:410:6: warning: Value stored to 'aFi' is never read
aFi=seqp(i2-1);
^ ~~~~~~~~~~
/Users/thomas/Devel/oce/src/IntTools/IntTools_LineConstructor.cxx:418:8: warning: Value stored to 'aL' is never read
aL=aLj;
^ ~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/IntTools/IntTools_Tools.cxx:381:5: warning: Value stored to 'aTolV2' is never read
aTolV2=aTolV*aTolV;
^ ~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/ShapeUpgrade/ShapeUpgrade_SplitCurve.cxx:55:3: warning: Value stored to 'Last' during its initialization is never read
Last = mySplitValues->Value(mySplitValues->Length());
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/ShapeUpgrade/ShapeUpgrade_SplitSurface.cxx:131:3: warning: Value stored to 'ULast' during its initialization is never read
ULast = myUSplitValues->Value(myUSplitValues->Length());
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/ShapeUpgrade/ShapeUpgrade_SplitSurface.cxx:156:3: warning: Value stored to 'VLast' during its initialization is never read
VLast = myVSplitValues->Value(myVSplitValues->Length());
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/ShapeAlgo/ShapeAlgo_AlgoContainer.cxx:443:3: warning: Value stored to 'iterCook' is never read
iterCook = iterPerry = Standard_True;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKBO.a the table of contents is empty (no object file members in the library define global symbols)
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKXMesh.a the table of contents is empty (no object file members in the library define global symbols)
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKShHealing.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/V2d/V2d_RectangularGraphicGrid.cxx:126:22: warning: Value stored to 'deltax' during its initialization is never read
Standard_ShortReal deltax = (Standard_ShortReal) ( thestep * s );
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/V2d/V2d_RectangularGraphicGrid.cxx:127:22: warning: Value stored to 'deltay' during its initialization is never read
Standard_ShortReal deltay = (Standard_ShortReal) (- thestep * c );
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/V2d/V2d_View.cxx:159:43: warning: Value stored to 'Sizenew' during its initialization is never read
Quantity_Length Xnew = Xold,Ynew = Yold,Sizenew = Sizeold;
^ ~~~~~~~
1 warning generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKSTL.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/Interface/Interface_Check.cxx:674:23: warning: Value stored to 'nb' during its initialization is never read
Standard_Integer j, nb = NbFails();
^ ~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/Interface/Interface_FileReaderData.cxx:372:7: warning: Value stored to 'je' is never read
je = i; exp = atoi(&ligne[i+1]); jx += exp;
^ ~
1 warning generated.
/Users/thomas/Devel/oce/src/Interface/Interface_FileReaderTool.cxx:334:2: warning: Value stored to 'num0' is never read
num0 = num;
^ ~~~
1 warning generated.
/Users/thomas/Devel/oce/src/Interface/Interface_FloatWriter.cxx:92:10: warning: Assigned value is always the same as the existing value
lxp[0] = lxp[4] = '\0';
~~~~~~ ^ ~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/Interface/Interface_GTool.cxx:74:7: warning: Value stored to 'num' is never read
num = thentmod.Add (ent,gmod);
^ ~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/Interface/Interface_MSG.cxx:268:7: warning: Value stored to 'bu' is never read
bu = bl; bl /= 10.;
^ ~~
1 warning generated.
/Users/thomas/Devel/oce/src/Prs2d/Prs2d_Radius.cxx:39:5: warning: Value stored to 'theDist' is never read
theDist = theRad;
^ ~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/Prs2d/Prs2d_RadiusIndep.cxx:246:7: warning: Value stored to 'w' is never read
w = Standard_ShortReal( A1 ); h = Standard_ShortReal( B1 );
^ ~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Prs2d/Prs2d_RadiusIndep.cxx:246:37: warning: Value stored to 'h' is never read
w = Standard_ShortReal( A1 ); h = Standard_ShortReal( B1 );
^ ~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/IFSelect/IFSelect_SelectExplore.cxx:60:49: warning: Value stored to 'j' is never read
for (exp.Start(); exp.More(); exp.Next()) j = entrees.Add (exp.Value());
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/IFSelect/IFSelect_SelectExplore.cxx:58:49: warning: Value stored to 'j' is never read
for (exp.Start(); exp.More(); exp.Next()) j = result.Add (exp.Value());
^ ~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/IFSelect/IFSelect_SelectExplore.cxx:55:7: warning: Value stored to 'j' is never read
j = result.Add (ent);
^ ~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/IFSelect/IFSelect_SelectExplore.cxx:36:5: warning: Value stored to 'i' is never read
i = entrees.Add (input.Value());
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
4 warnings generated.
/Users/thomas/Devel/oce/src/AIS2D/AIS2D_InteractiveContext.cxx:1609:9: warning: Value stored to 'theInd' is never read
theInd = thePrim->PickedIndex();
^ ~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/AIS2D/AIS2D_InteractiveContext.cxx:1525:9: warning: Value stored to 'theInd' is never read
theInd = thePrim->PickedIndex();
^ ~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKV2d.a the table of contents is empty (no object file members in the library define global symbols)
clang-3: warning: -Wl,-search_paths_first: 'linker' input unused when '--analyze' is present
clang-3: warning: -Wl,-headerpad_max_install_names: 'linker' input unused when '--analyze' is present
clang-3: warning: CMakeFiles/boolean_ops_test.dir/boolean_ops.cpp.o: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKPrim/Darwin/i386-RelWithDebInfo-64/libTKPrim.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKBO/Darwin/i386-RelWithDebInfo-64/libTKBO.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../Darwin/i386-RelWithDebInfo-64/libgtest.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKTopAlgo/Darwin/i386-RelWithDebInfo-64/libTKTopAlgo.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKGeomAlgo/Darwin/i386-RelWithDebInfo-64/libTKGeomAlgo.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKBRep/Darwin/i386-RelWithDebInfo-64/libTKBRep.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKGeomBase/Darwin/i386-RelWithDebInfo-64/libTKGeomBase.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKG3d/Darwin/i386-RelWithDebInfo-64/libTKG3d.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKG2d/Darwin/i386-RelWithDebInfo-64/libTKG2d.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKMath/Darwin/i386-RelWithDebInfo-64/libTKMath.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKernel/Darwin/i386-RelWithDebInfo-64/libTKernel.a: 'linker' input unused when '--analyze' is present
clang-3: warning: -lm: 'linker' input unused when '--analyze' is present
clang-3: warning: -lpthread: 'linker' input unused when '--analyze' is present
clang-3: warning: argument unused during compilation: '-O2'
clang-3: warning: argument unused during compilation: '-g'
clang-3: warning: -Wl,-search_paths_first: 'linker' input unused when '--analyze' is present
clang-3: warning: -Wl,-headerpad_max_install_names: 'linker' input unused when '--analyze' is present
clang-3: warning: CMakeFiles/BRepExtrema_test.dir/BRepExtrema_test.cpp.o: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKPrim/Darwin/i386-RelWithDebInfo-64/libTKPrim.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../Darwin/i386-RelWithDebInfo-64/libgtest.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKTopAlgo/Darwin/i386-RelWithDebInfo-64/libTKTopAlgo.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKGeomAlgo/Darwin/i386-RelWithDebInfo-64/libTKGeomAlgo.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKBRep/Darwin/i386-RelWithDebInfo-64/libTKBRep.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKGeomBase/Darwin/i386-RelWithDebInfo-64/libTKGeomBase.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKG3d/Darwin/i386-RelWithDebInfo-64/libTKG3d.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKG2d/Darwin/i386-RelWithDebInfo-64/libTKG2d.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKMath/Darwin/i386-RelWithDebInfo-64/libTKMath.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKernel/Darwin/i386-RelWithDebInfo-64/libTKernel.a: 'linker' input unused when '--analyze' is present
clang-3: warning: -lm: 'linker' input unused when '--analyze' is present
clang-3: warning: -lpthread: 'linker' input unused when '--analyze' is present
clang-3: warning: argument unused during compilation: '-O2'
clang-3: warning: argument unused during compilation: '-g'
clang-3: warning: -Wl,-search_paths_first: 'linker' input unused when '--analyze' is present
clang-3: warning: -Wl,-headerpad_max_install_names: 'linker' input unused when '--analyze' is present
clang-3: warning: CMakeFiles/BRepGProp_test.dir/BRepGProp_test.cpp.o: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKG2d/Darwin/i386-RelWithDebInfo-64/libTKG2d.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKPrim/Darwin/i386-RelWithDebInfo-64/libTKPrim.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKTopAlgo/Darwin/i386-RelWithDebInfo-64/libTKTopAlgo.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../Darwin/i386-RelWithDebInfo-64/libgtest.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKGeomAlgo/Darwin/i386-RelWithDebInfo-64/libTKGeomAlgo.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKBRep/Darwin/i386-RelWithDebInfo-64/libTKBRep.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKGeomBase/Darwin/i386-RelWithDebInfo-64/libTKGeomBase.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKG3d/Darwin/i386-RelWithDebInfo-64/libTKG3d.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKG2d/Darwin/i386-RelWithDebInfo-64/libTKG2d.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKMath/Darwin/i386-RelWithDebInfo-64/libTKMath.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKernel/Darwin/i386-RelWithDebInfo-64/libTKernel.a: 'linker' input unused when '--analyze' is present
clang-3: warning: -lm: 'linker' input unused when '--analyze' is present
clang-3: warning: -lpthread: 'linker' input unused when '--analyze' is present
clang-3: warning: argument unused during compilation: '-O2'
clang-3: warning: argument unused during compilation: '-g'
/Users/thomas/Devel/oce/src/IFSelect/IFSelect_WorkSession.cxx:1858:10: warning: Value stored to 'effect' is never read
{ effect = 4; theprotocol = newproto; thegtool->SetProtocol(newproto); }
^ ~
clang-3: warning: -Wl,-search_paths_first: 'linker' input unused when '--analyze' is present
clang-3: warning: -Wl,-headerpad_max_install_names: 'linker' input unused when '--analyze' is present
clang-3: warning: CMakeFiles/BRepMesh_test.dir/BRepMesh_test.cpp.o: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKernel/Darwin/i386-RelWithDebInfo-64/libTKernel.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKBRep/Darwin/i386-RelWithDebInfo-64/libTKBRep.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKMath/Darwin/i386-RelWithDebInfo-64/libTKMath.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKTopAlgo/Darwin/i386-RelWithDebInfo-64/libTKTopAlgo.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKPrim/Darwin/i386-RelWithDebInfo-64/libTKPrim.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKMesh/Darwin/i386-RelWithDebInfo-64/libTKMesh.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../Darwin/i386-RelWithDebInfo-64/libgtest.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKTopAlgo/Darwin/i386-RelWithDebInfo-64/libTKTopAlgo.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKGeomAlgo/Darwin/i386-RelWithDebInfo-64/libTKGeomAlgo.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKBRep/Darwin/i386-RelWithDebInfo-64/libTKBRep.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKGeomBase/Darwin/i386-RelWithDebInfo-64/libTKGeomBase.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKG3d/Darwin/i386-RelWithDebInfo-64/libTKG3d.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKG2d/Darwin/i386-RelWithDebInfo-64/libTKG2d.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKMath/Darwin/i386-RelWithDebInfo-64/libTKMath.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKernel/Darwin/i386-RelWithDebInfo-64/libTKernel.a: 'linker' input unused when '--analyze' is present
clang-3: warning: -lm: 'linker' input unused when '--analyze' is present
clang-3: warning: -lpthread: 'linker' input unused when '--analyze' is present
clang-3: warning: argument unused during compilation: '-O2'
clang-3: warning: argument unused during compilation: '-g'
clang-3: warning: -Wl,-search_paths_first: 'linker' input unused when '--analyze' is present
clang-3: warning: -Wl,-headerpad_max_install_names: 'linker' input unused when '--analyze' is present
clang-3: warning: CMakeFiles/BRepPrimAPI_test.dir/BRepPrimAPI_test.cpp.o: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKPrim/Darwin/i386-RelWithDebInfo-64/libTKPrim.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../Darwin/i386-RelWithDebInfo-64/libgtest.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKTopAlgo/Darwin/i386-RelWithDebInfo-64/libTKTopAlgo.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKGeomAlgo/Darwin/i386-RelWithDebInfo-64/libTKGeomAlgo.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKBRep/Darwin/i386-RelWithDebInfo-64/libTKBRep.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKGeomBase/Darwin/i386-RelWithDebInfo-64/libTKGeomBase.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKG3d/Darwin/i386-RelWithDebInfo-64/libTKG3d.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKG2d/Darwin/i386-RelWithDebInfo-64/libTKG2d.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKMath/Darwin/i386-RelWithDebInfo-64/libTKMath.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKernel/Darwin/i386-RelWithDebInfo-64/libTKernel.a: 'linker' input unused when '--analyze' is present
clang-3: warning: -lm: 'linker' input unused when '--analyze' is present
clang-3: warning: -lpthread: 'linker' input unused when '--analyze' is present
clang-3: warning: argument unused during compilation: '-O2'
clang-3: warning: argument unused during compilation: '-g'
1 warning generated.
clang-3: warning: -Wl,-search_paths_first: 'linker' input unused when '--analyze' is present
clang-3: warning: -Wl,-headerpad_max_install_names: 'linker' input unused when '--analyze' is present
clang-3: warning: CMakeFiles/Standard_StdAllocator_test.dir/Standard_StdAllocator_benchmark.cpp.o: 'linker' input unused when '--analyze' is present
clang-3: warning: CMakeFiles/Standard_StdAllocator_test.dir/Standard_StdAllocator_test.cpp.o: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKernel/Darwin/i386-RelWithDebInfo-64/libTKernel.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKPrim/Darwin/i386-RelWithDebInfo-64/libTKPrim.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../Darwin/i386-RelWithDebInfo-64/libgtest.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKTopAlgo/Darwin/i386-RelWithDebInfo-64/libTKTopAlgo.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKGeomAlgo/Darwin/i386-RelWithDebInfo-64/libTKGeomAlgo.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKBRep/Darwin/i386-RelWithDebInfo-64/libTKBRep.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKGeomBase/Darwin/i386-RelWithDebInfo-64/libTKGeomBase.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKG3d/Darwin/i386-RelWithDebInfo-64/libTKG3d.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKG2d/Darwin/i386-RelWithDebInfo-64/libTKG2d.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKMath/Darwin/i386-RelWithDebInfo-64/libTKMath.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKernel/Darwin/i386-RelWithDebInfo-64/libTKernel.a: 'linker' input unused when '--analyze' is present
clang-3: warning: -lm: 'linker' input unused when '--analyze' is present
clang-3: warning: -lpthread: 'linker' input unused when '--analyze' is present
clang-3: warning: argument unused during compilation: '-O2'
clang-3: warning: argument unused during compilation: '-g'
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_DSFiller.cxx:457:7: warning: Value stored to 'unfill' is never read
unfill = BREP_UnfillSameDomain(lFF1,lFF2,HDS,*myPShapeClassifier);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_DSFiller.cxx:535:5: warning: Value stored to 'unfill' is never read
unfill = BREP_UnfillSameDomain(lFF1,lFF2,HDS,*myPShapeClassifier);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_DSFiller.cxx:685:2: warning: Value stored to 'unfill' is never read
unfill = BREP_UnfillSameDomain(S,Ssd,HDS,*myPShapeClassifier);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 warnings generated.
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_EdgesFiller.cxx:486:22: warning: Value stored to 'ifa' during its initialization is never read
Standard_Integer ifa = TU.IndexAfter();
^ ~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_EdgesIntersector.cxx:537:17: warning: Value stored to 'newT1' is never read
if (!computed) newT1 = Standard_False;
^ ~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_EdgesIntersector.cxx:547:17: warning: Value stored to 'newT2' is never read
if (!computed) newT2 = Standard_False;
^ ~~~~~~~~~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_FaceEdgeFiller.cxx:258:5: warning: Value stored to 'appendtoG' is never read
appendtoG = Standard_True;
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_FaceEdgeFiller.cxx:263:5: warning: Value stored to 'appendtoG' is never read
appendtoG = Standard_True;
^ ~~~~~~~~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/StepData/StepData_EnumTool.cxx:63:25: warning: The left operand of '!=' is a garbage value
if (n1 > 0 || text[0] != '$') {
~~~~~~~ ^
1 warning generated.
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_FacesFiller_1.cxx:254:7: warning: Value stored to 'ok' is never read
ok = MKT.Initialize(E,f,l,paronE, OOF,uv, factor);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_FacesFiller_1.cxx:248:15: warning: Value stored to 'ok' is never read
if (ok) ok = MKT.SetRest(OOE,oopar);
^ ~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_FacesFiller_1.cxx:770:18: warning: Value stored to 'SIedgeIndex' is never read
edge = OOE; SIedgeIndex = iOO; paredge = OOpar;}
^ ~~~
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_FacesFiller_1.cxx:620:5: warning: Value stored to 'T2unk' is never read
T2unk = T2.IsUnknown();
^ ~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_FacesFiller_1.cxx:766:18: warning: Value stored to 'SIedgeIndex' is never read
{edge = Erest; SIedgeIndex = iErest; paredge = parRest; onbound = obRest;
^ ~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_FacesFiller_1.cxx:619:5: warning: Value stored to 'T1unk' is never read
T1unk = T1.IsUnknown();
^ ~~~~~~~~~~~~~~
6 warnings generated.
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_FacesIntersector.cxx:1044:7: warning: Value stored to 'isvertex' is never read
isvertex = Standard_False;
^ ~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_kpart.cxx:440:8: warning: Assigned value is always the same as the existing value
cond2 = cond2 && (CPIfound && samepar);
~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_kpart.cxx:427:8: warning: Assigned value is always the same as the existing value
cond1 = cond1 && (CPIfound && samepar);
~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_kpart.cxx:438:8: warning: Assigned value is always the same as the existing value
cond1 = cond1 && onsort;
~~~~~ ^ ~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_kpart.cxx:332:5: warning: Value stored to 'lastinin' is never read
lastinin = lastinin && (lasttransLine.After() == TopAbs_IN);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_kpart.cxx:438:2: warning: Value stored to 'cond1' is never read
cond1 = cond1 && onsort;
^ ~~~~~~~~~~~~~~~
5 warnings generated.
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_mergePDS.cxx:96:2: warning: Value stored to 'newv2' is never read
newv2 = !BDS.HasShape(v2);
^ ~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_mergePDS.cxx:83:2: warning: Value stored to 'newv1' is never read
newv1 = !BDS.HasShape(v1);
^ ~~~~~~~~~~~~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/StepData/StepData_StepReaderData.cxx:470:20: warning: Value stored to 'str' during its initialization is never read
Standard_CString str = FP0.CValue();
^ ~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_sort.cxx:34:22: warning: Call to 'malloc' has an allocation size of 0 bytes
BOA_t* T = (BOA_t*)malloc((size_t)(sng*sad));TopOpeBRepDS_Kind K;Standard_Integer G;Standard_Integer j=0;
^ ~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/StepData/StepData_StepWriter.cxx:598:25: warning: Value stored to 'done' is never read
default: SendUndef(); done = Standard_False; break; // ANORMAL
^ ~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/StepData/StepData_StepWriter.cxx:588:7: warning: Value stored to 'done' is never read
done = Standard_True;
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/StepData/StepData_StepWriter.cxx:622:25: warning: Value stored to 'done' is never read
default: SendUndef(); done = Standard_False; break; // ANORMAL
^ ~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/StepData/StepData_StepWriter.cxx:612:2: warning: Value stored to 'done' is never read
done = Standard_True;
^ ~~~~~~~~~~~~~
4 warnings generated.
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_vpr.cxx:887:3: warning: Value stored to 'tredunk' is never read
tredunk = transEdge.IsUnknown();
^ ~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_vpr.cxx:870:7: warning: Value stored to 'newtransEdge' is never read
newtransEdge = ok;
^ ~~
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_vpr.cxx:1060:27: warning: Value stored to 'OOedgeIndex' is never read
if (OOedgeIndex == 0) OOedgeIndex = myDS->AddShape(OOedge,OOShapeIndex);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 warnings generated.
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_vprclo.cxx:167:29: warning: Value stored to 'SIedgeIndex' is never read
if (myDS->HasShape(edge)) SIedgeIndex = myDS->Shape(edge);
^ ~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_vprdeg.cxx:838:51: warning: Value stored to 'isdg' is never read
TopoDS_Edge e; Standard_Boolean isdg, iscl; isdg = iscl = Standard_False;
^ ~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_vprdeg.cxx:1061:37: warning: Value stored to 'hasOOEi' is never read
OOEi = ei; paronOOEi = pari; hasOOEi = Standard_True;
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_vprdeg.cxx:1027:34: warning: Value stored to 'hasOOEi' is never read
OOEi = ei; paronOOEi = pari; hasOOEi = Standard_True;
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_vprdeg.cxx:1016:64: warning: Value stored to 'rkv' is never read
if (rkv != rkdg) {TopoDS_Vertex tmp = v; v = ov; ov = tmp; rkv = rkdg;} // ensure v is vertex of dge
^ ~~~~
/Users/thomas/Devel/oce/src/TopOpeBRep/TopOpeBRep_vprdeg.cxx:1038:31: warning: Value stored to 'hasOOEi' is never read
OOEi = ei; paronOOEi = pari; hasOOEi = Standard_True;
^ ~~~~~~~~~~~~~
5 warnings generated.
/Users/thomas/Devel/oce/src/MoniTool/MoniTool_Stat.cxx:85:18: warning: Value stored to 'r3' is never read
if (cur > 0) { r3 = cur; r3 = cur/tot; r3 = r3*Percent (fromlev+1); }
^ ~~~
1 warning generated.
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_EdgeInterferenceTool.cxx:104:7: warning: Value stored to 'VofE' is never read
VofE = Standard_True;
^ ~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_EIR.cxx:406:20: warning: Value stored to 'nI' during its initialization is never read
Standard_Integer nI = LI.Extent(); // DEB
^ ~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_EIR.cxx:454:2: warning: Value stored to 'nI' is never read
nI = LI.Extent(); // DEB
^ ~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_EIR.cxx:447:2: warning: Value stored to 'nI' is never read
nI = LI.Extent(); // DEB
^ ~~~~~~~~~~~
3 warnings generated.
/Users/thomas/Devel/oce/src/V3d/V3d_View.cxx:2362:26: warning: Value stored to 'Wmax' is never read
Wmin = Min(W,Wmin) ; Wmax = Max(W,Wmax) ;
^ ~~~~~~~~~~~
/Users/thomas/Devel/oce/src/V3d/V3d_View.cxx:2362:5: warning: Value stored to 'Wmin' is never read
Wmin = Min(W,Wmin) ; Wmax = Max(W,Wmax) ;
^ ~~~~~~~~~~~
/Users/thomas/Devel/oce/src/V3d/V3d_View.cxx:2542:5: warning: Value stored to 'TheStatus' is never read
TheStatus = ScreenAxis(Vpn,Vup,Xaxis,Yaxis,Zaxis) ;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 warnings generated.
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_EXPORT.cxx:2132:16: warning: Value stored to 'par' during its initialization is never read
Standard_Real par = CPI->Parameter();
^ ~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_EXPORT.cxx:2225:60: warning: Value stored to 'nfound' during its initialization is never read
TopOpeBRepDS_ListOfInterference l1; Standard_Integer nfound = FUN_selectTRASHAinterference(loicopy,TopAbs_FACE,l1);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_EXPORT.cxx:2561:24: warning: Value stored to 'ok' is never read
Standard_Real t1,t2; ok = FDS_parbefaft(BDS,E,pE,pbef,paft,isonper,t1,t2);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_EXPORT.cxx:2725:19: warning: Value stored to 'ni' is never read
LI.Clear(); ni = FUN_selectSIinterference(LI1,iEsd,LI);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_EXPORT.cxx:2723:19: warning: Value stored to 'ni' is never read
LI.Clear(); ni = FUN_selectITRASHAinterference(LI1,iEsd,LI);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_EXPORT.cxx:2722:20: warning: Value stored to 'ni' is never read
LI1.Clear(); ni = FUN_selectTRASHAinterference(LI,TopAbs_EDGE,LI1);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_EXPORT.cxx:2721:24: warning: Value stored to 'ni' during its initialization is never read
Standard_Integer ni = FUN_selectTRAUNKinterference(LI,LI1);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_EXPORT.cxx:2724:20: warning: Value stored to 'ni' is never read
LI1.Clear(); ni = FUN_selectSKinterference(LI,TopOpeBRepDS_EDGE,LI1);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8 warnings generated.
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_FilterFaceInterferences.cxx:123:3: warning: Value stored to 'nF' is never read
nF = lF.Extent();
^ ~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_FilterFaceInterferences.cxx:104:20: warning: Value stored to 'nF' during its initialization is never read
Standard_Integer nF = ::FUN_selectTRASHAinterference(lw,TopAbs_FACE,lF);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_FilterFaceInterferences.cxx:125:3: warning: Value stored to 'nFEF' is never read
nFEF = lFEF.Extent();
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_FilterFaceInterferences.cxx:126:3: warning: Value stored to 'nE' is never read
nE = lE.Extent();
^ ~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_FilterFaceInterferences.cxx:106:20: warning: Value stored to 'nFEF' during its initialization is never read
Standard_Integer nFEF = ::FUN_selectSKinterference(lFE,TopOpeBRepDS_FACE,lFEF);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_FilterFaceInterferences.cxx:105:20: warning: Value stored to 'nFE' during its initialization is never read
Standard_Integer nFE = ::FUN_selectGKinterference(lF,TopOpeBRepDS_EDGE,lFE);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_FilterFaceInterferences.cxx:124:3: warning: Value stored to 'nFE' is never read
nFE = lFE.Extent();
^ ~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_FilterFaceInterferences.cxx:107:20: warning: Value stored to 'nE' during its initialization is never read
Standard_Integer nE = ::FUN_selectTRASHAinterference(lw,TopAbs_EDGE,lE);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8 warnings generated.
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_FIR.cxx:99:5: warning: Value stored to 'Pok' is never read
Pok = FUN_tool_findPinBAC(BAC,P,par);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Graphic3d/Graphic3d_Group_3.cxx:60:2: warning: Value stored to 'i' is never read
i = ListVertex.Length ();
^ ~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_FIR.cxx:549:3: warning: Value stored to 'nE' is never read
nE = lE.Extent();
^ ~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_FIR.cxx:526:20: warning: Value stored to 'nFE' during its initialization is never read
Standard_Integer nFE = ::FUN_selectGKinterference(lF,MDSke,lFE);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_FIR.cxx:527:20: warning: Value stored to 'nFEF' during its initialization is never read
Standard_Integer nFEF = ::FUN_selectSKinterference(lFE,MDSkf,lFEF);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_FIR.cxx:532:3: warning: Value stored to 'nFEF' is never read
nFEF = lFEF.Extent();
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_FIR.cxx:547:3: warning: Value stored to 'nFE' is never read
nFE = lFE.Extent();
^ ~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_FIR.cxx:530:3: warning: Value stored to 'nF' is never read
nF = lF.Extent();
^ ~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_FIR.cxx:533:3: warning: Value stored to 'nE' is never read
nE = lE.Extent();
^ ~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_FIR.cxx:531:3: warning: Value stored to 'nFE' is never read
nFE = lFE.Extent();
^ ~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_FIR.cxx:528:20: warning: Value stored to 'nE' during its initialization is never read
Standard_Integer nE = ::FUN_selectTRASHAinterference(lw,TopAbs_EDGE,lE);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_FIR.cxx:525:20: warning: Value stored to 'nF' during its initialization is never read
Standard_Integer nF = ::FUN_selectTRASHAinterference(lw,TopAbs_FACE,lF);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_FIR.cxx:548:3: warning: Value stored to 'nFEF' is never read
nFEF = lFEF.Extent();
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_FIR.cxx:546:3: warning: Value stored to 'nF' is never read
nF = lF.Extent();
^ ~~~~~~~~~~~
13 warnings generated.
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_HDataStructure.cxx:768:5: warning: Value stored to 'appendtoG' is never read
appendtoG = Standard_True;
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_HDataStructure.cxx:773:5: warning: Value stored to 'appendtoG' is never read
appendtoG = Standard_True;
^ ~~~~~~~~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_ProcessInterferencesTool.cxx:521:7: warning: Value stored to 'sameG' is never read
sameG = (G2 == G1) || (G2 == OOG);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepDS/TopOpeBRepDS_ProcessInterferencesTool.cxx:547:27: warning: Value stored to 'S2' is never read
S1 = BDS.Shape(Eshared); S2 = S1;
^ ~~
2 warnings generated.
/Users/thomas/Devel/oce/src/TopOpeBRepBuild/TopOpeBRepBuild_Area1dBuilder.cxx:202:11: warning: Value stored to 'ashapeinside' is never read
ashapeinside = ablockinside = Standard_False;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/Graphic3d/Graphic3d_MaterialAspect.cxx:720:2: warning: Value stored to 'Result' is never read
Result = Standard_False;
^ ~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/TopOpeBRepBuild/TopOpeBRepBuild_Area2dBuilder.cxx:168:11: warning: Value stored to 'ashapeinside' is never read
ashapeinside = ablockinside = Standard_False;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/TopOpeBRepBuild/TopOpeBRepBuild_Area3dBuilder.cxx:164:11: warning: Value stored to 'ashapeinside' is never read
ashapeinside = ablockinside = Standard_False;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/Graphic3d/Graphic3d_Strips.cxx:327:5: warning: Value stored to 'bscore' is never read
bscore = cscore;
^ ~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepBuild/TopOpeBRepBuild_AreaBuilder.cxx:246:11: warning: Value stored to 'ashapeinside' is never read
ashapeinside = ablockinside = Standard_False;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/TopOpeBRepBuild/TopOpeBRepBuild_BlockBuilder.cxx:79:34: warning: Value stored to 'CurNei' is never read
IsRegular = Standard_True; CurNei = 0;
^ ~
1 warning generated.
/Users/thomas/Devel/oce/src/Graphic3d/Graphic3d_Strips.cxx:952:5: warning: Value stored to 'bscore' is never read
bscore = cscore;
^ ~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/TopOpeBRepBuild/TopOpeBRepBuild_Builder1.cxx:940:8: warning: Value stored to 'keep' is never read
keep = (TB == TopAbs_IN); //just to do something
^ ~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepBuild/TopOpeBRepBuild_Builder1.cxx:1097:2: warning: Value stored to 'neworiE' is never read
neworiE = Orient(oriE,RevOriE);
^ ~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/Visual3d/Visual3d_View.cxx:1615:17: warning: Value stored to 'i' is never read
i = MyViewManager->NumberOfDisplayedStructures ();
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Visual3d/Visual3d_View.cxx:1583:34: warning: Value stored to 'i' during its initialization is never read
Standard_Integer i = MyDisplayedStructure.Extent ();
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Visual3d/Visual3d_View.cxx:3080:9: warning: Value stored to 'i' is never read
i = MyDisplayedStructure.Extent ();
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Visual3d/Visual3d_View.cxx:3976:6: warning: Value stored to 'StructId' is never read
StructId = MyCOMPUTEDSequence.Value ( Index ) -> Identification ();
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Visual3d/Visual3d_View.cxx:4009:6: warning: Value stored to 'StructId' is never read
StructId = MyCOMPUTEDSequence.Value ( Index ) -> Identification ();
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Visual3d/Visual3d_View.cxx:3962:40: warning: Value stored to 'i' during its initialization is never read
Standard_Integer i = MyDisplayedStructure.Extent ();
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6 warnings generated.
/Users/thomas/Devel/oce/src/Visual3d/Visual3d_ViewManager.cxx:585:2: warning: Value stored to 'APZ' is never read
APZ /= APT;
^ ~~~
/Users/thomas/Devel/oce/src/Visual3d/Visual3d_ViewManager.cxx:1028:3: warning: Value stored to 'j' is never read
j = apick.Pick.listid[i-1];
^ ~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/TopOpeBRepBuild/TopOpeBRepBuild_BuilderON.cxx:265:5: warning: Value stored to 'keep2' is never read
keep2=(omatFS2 == oEGFF);
^ ~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepBuild/TopOpeBRepBuild_BuilderON.cxx:252:5: warning: Value stored to 'keep1' is never read
keep1=Standard_True;
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepBuild/TopOpeBRepBuild_BuilderON.cxx:253:5: warning: Value stored to 'keep2' is never read
keep2=Standard_True;
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepBuild/TopOpeBRepBuild_BuilderON.cxx:262:5: warning: Value stored to 'keep1' is never read
keep1=(omatFS1 == TopAbs_FORWARD);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepBuild/TopOpeBRepBuild_BuilderON.cxx:1313:44: warning: Value stored to 'b2d' is never read
if (oegFCXF == TopAbs_FORWARD) b2d = (Taft == TopAbs_IN);
^ ~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepBuild/TopOpeBRepBuild_BuilderON.cxx:1310:44: warning: Value stored to 'b3d' is never read
if (oegFCXF == TopAbs_FORWARD) b3d = (TFEaft == staFCX);
^ ~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepBuild/TopOpeBRepBuild_BuilderON.cxx:1618:6: warning: Value stored to 'ok' is never read
ok = FUN_tool_paronEF(Esd,parEsd,OOFOR,uv,dummy); //rkEsd=rkOOFOR
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepBuild/TopOpeBRepBuild_BuilderON.cxx:1314:44: warning: Value stored to 'b2d' is never read
else if (oegFCXF == TopAbs_REVERSED) b2d = (Tbef == TopAbs_IN);
^ ~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepBuild/TopOpeBRepBuild_BuilderON.cxx:1323:44: warning: Value stored to 'b3d' is never read
if (oegFCXF == TopAbs_FORWARD) b3d = (TFEaft == staFCX);
^ ~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepBuild/TopOpeBRepBuild_BuilderON.cxx:1326:44: warning: Value stored to 'b2d' is never read
if (oegFCXF == TopAbs_FORWARD) b2d = (Taft == TopAbs_IN);
^ ~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepBuild/TopOpeBRepBuild_BuilderON.cxx:1335:20: warning: Value stored to 'b3d' is never read
if (ComOfCut) {b3d=Standard_True; b2d=Standard_True;} //xpu200598
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepBuild/TopOpeBRepBuild_BuilderON.cxx:1324:44: warning: Value stored to 'b3d' is never read
else if (oegFCXF == TopAbs_REVERSED) b3d = (TFEbef == staFCX);
^ ~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepBuild/TopOpeBRepBuild_BuilderON.cxx:1311:44: warning: Value stored to 'b3d' is never read
else if (oegFCXF == TopAbs_REVERSED) b3d = (TFEbef == staFCX);
^ ~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepBuild/TopOpeBRepBuild_BuilderON.cxx:1327:44: warning: Value stored to 'b2d' is never read
else if (oegFCXF == TopAbs_REVERSED) b2d = (Tbef == TopAbs_IN);
^ ~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepBuild/TopOpeBRepBuild_BuilderON.cxx:1335:39: warning: Value stored to 'b2d' is never read
if (ComOfCut) {b3d=Standard_True; b2d=Standard_True;} //xpu200598
^ ~~~~~~~~~~~~~
15 warnings generated.
/Users/thomas/Devel/oce/src/TopOpeBRepBuild/TopOpeBRepBuild_CorrectFace2d.cxx:254:7: warning: Value stored to 'anEdgeExists' is never read
anEdgeExists=1;
^ ~
/Users/thomas/Devel/oce/src/Select3D/Select3D_Projector.cxx:276:2: warning: Value stored to 'Y' is never read
Y=x07+y05-z05;
^ ~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Select3D/Select3D_Projector.cxx:275:2: warning: Value stored to 'X' is never read
X=x07-y05+z05;
^ ~~~~~~~~~~~
2 warnings generated.
1 warning generated.
/Users/thomas/Devel/oce/src/StdPrs/StdPrs_DeflectionCurve.cxx:41:21: warning: Value stored to 'm' during its initialization is never read
Standard_Real m = RealFirst();
^ ~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/TopOpeBRepBuild/TopOpeBRepBuild_GridFF.cxx:452:3: warning: Value stored to 'n1' is never read
n1 = WES.StartElements().Extent();
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepBuild/TopOpeBRepBuild_GridFF.cxx:455:3: warning: Value stored to 'n1' is never read
n1 = WES.StartElements().Extent();
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/SelectMgr/SelectMgr_SelectionManager.cxx:628:7: warning: Value stored to 'Found' is never read
Found = Standard_False;
^ ~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/TopOpeBRepBuild/TopOpeBRepBuild_GridFF.cxx:1119:20: warning: Value stored to 'toclass' during its initialization is never read
Standard_Boolean toclass = UUFACE;
^ ~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepBuild/TopOpeBRepBuild_GridFF.cxx:1068:20: warning: Value stored to 'takeON' during its initialization is never read
Standard_Boolean takeON = (TB1 == TopAbs_IN) && (isse) && (issplitON);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4 warnings generated.
/Users/thomas/Devel/oce/src/TopOpeBRepBuild/TopOpeBRepBuild_GridSS.cxx:401:19: warning: Value stored to 'ShapeInterf' is never read
G1.Type(t1,t2); ShapeInterf = t1;
^ ~~
1 warning generated.
/Users/thomas/Devel/oce/src/AIS/AIS_AngleDimension.cxx:1215:7: warning: Value stored to 'dis' is never read
dis = dis2;
^ ~~~~
/Users/thomas/Devel/oce/src/AIS/AIS_AngleDimension.cxx:1955:17: warning: Value stored to 'param' during its initialization is never read
Standard_Real param = ElCLib::Parameter(myCircle, myPosition);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/AIS/AIS_AngleDimension.cxx:1996:3: warning: Value stored to 'param' is never read
param = ElCLib::Parameter(aCircle2, tmpPnt);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 warnings generated.
/Users/thomas/Devel/oce/src/TopOpeBRepBuild/TopOpeBRepBuild_KPart.cxx:668:3: warning: Value stored to 'soldisj' is never read
soldisj = (hassol1 && hassol2);
^ ~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/AIS/AIS_EqualDistanceRelation.cxx:582:45: warning: Value stored to 'arrsize' is never read
if (Abs(Val) <= Precision::Confusion()) {arrsize = 0.;}
^ ~~
/Users/thomas/Devel/oce/src/AIS/AIS_EqualDistanceRelation.cxx:581:41: warning: Value stored to 'arrsize' is never read
if (arrsize < Precision::Confusion()) arrsize = Val*0.1;
^ ~~~~~~~
/Users/thomas/Devel/oce/src/AIS/AIS_EqualDistanceRelation.cxx:819:3: warning: Value stored to 'Val' is never read
Val = FirstAttach.Distance(SecondAttach);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 warnings generated.
/Users/thomas/Devel/oce/src/AIS/AIS_LocalContext_1.cxx:618:6: warning: Value stored to 'updMain' is never read
updMain = Standard_True;
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/AIS/AIS_LocalContext_1.cxx:624:2: warning: Value stored to 'updMain' is never read
updMain = Standard_True;
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/AIS/AIS_LocalContext_1.cxx:621:4: warning: Value stored to 'updMain' is never read
updMain = Standard_True;
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/AIS/AIS_LocalContext_1.cxx:706:4: warning: Value stored to 'updMain' is never read
updMain = Standard_True;
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/AIS/AIS_LocalContext_1.cxx:703:6: warning: Value stored to 'updMain' is never read
updMain = Standard_True;
^ ~~~~~~~~~~~~~
5 warnings generated.
/Users/thomas/Devel/oce/src/AIS/AIS_PlaneTrihedron.cxx:258:7: warning: Value stored to 'Prior' is never read
Prior = 5;
^ ~
1 warning generated.
/Users/thomas/Devel/oce/src/TopOpeBRepBuild/TopOpeBRepBuild_Section.cxx:749:19: warning: Value stored to 'allGb1' is never read
if (!hsdmv) allGb1=Standard_False;
^ ~~~~~~~~~~~~~~
1 warning generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKV3d.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/TopOpeBRepTool/TopOpeBRepTool_CurveTool.cxx:561:7: warning: Value stored to 'kc' is never read
kc = kcprev;
^ ~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/TopOpeBRepTool/TopOpeBRepTool_makeTransition.cxx:570:12: warning: Value stored to 'ok' is never read
if (!ok) ok = MkT3dproj(Stb, Sta);
^ ~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/TopOpeBRepTool/TopOpeBRepTool_REGUW.cxx:590:77: warning: Value stored to 'ne' during its initialization is never read
TopTools_ListOfShape le; le.Append(lea); le.Append(leb); Standard_Integer ne = nea + neb;
^ ~~~~~~~~~
/Users/thomas/Devel/oce/src/TopOpeBRepTool/TopOpeBRepTool_REGUW.cxx:929:20: warning: Value stored to 'ok' during its initialization is never read
Standard_Boolean ok = myCORRISO.RemoveOldConnexity(v,e);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/TopOpeBRepTool/TopOpeBRepTool_tol.cxx:131:3: warning: Value stored to 'DP' is never read
DP*=0.01;
^ ~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/BRepAlgo/BRepAlgo_1.cxx:83:7: warning: Value stored to 'validate' is never read
validate = Standard_True;
^ ~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/BRepFill/BRepFill_CompatibleWires.cxx:491:5: warning: Value stored to 'alpha' is never read
alpha = Vtrans.Dot(axe1);
^ ~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/BRepFill/BRepFill_CompatibleWires.cxx:492:5: warning: Value stored to 'beta' is never read
beta = Vtrans.Dot(axe2);
^ ~~~~~~~~~~~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/BRepFill/BRepFill_Draft.cxx:759:3: warning: Value stored to 'ToAss' is never read
ToAss = Standard_True;
^ ~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/BRepFill/BRepFill_Generator.cxx:505:5: warning: Value stored to 'V' is never read
V = P1P2.Dot( Ax.YDirection());
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/BRepFill/BRepFill_NSections.cxx:212:12: warning: Value stored to 'Bof' is never read
if (!Bof) Bof = CompBS.Add(curvBS, 200*epsV,
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/BRepFill/BRepFill_SectionPlacement.cxx:137:6: warning: Value stored to 'Bof' is never read
Bof = Conv.Add(TC, tolrac);
^ ~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/BRepFill/BRepFill_Sweep.cxx:1692:2: warning: Value stored to 'issame' is never read
issame = Standard_False;
^ ~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/BRepFill/BRepFill_Sweep.cxx:1702:2: warning: Value stored to 'issame' is never read
issame = Standard_False;
^ ~~~~~~~~~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/BRepFill/BRepFill_TrimShellCorner.cxx:2206:4: warning: Value stored to 'Deviation' is never read
Deviation = ComputeAveragePlaneAndMaxDeviation( resWire, resPlane, IsSingular );
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKBool.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/VrmlConverter/VrmlConverter_HLRShape.cxx:136:7: warning: Value stored to 'flag' is never read
flag = Standard_False;
^ ~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/VrmlConverter/VrmlConverter_WFDeflectionRestrictedFace.cxx:282:2: warning: Value stored to 'flag' is never read
flag = Standard_False;
^ ~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/VrmlConverter/VrmlConverter_WFRestrictedFace.cxx:245:2: warning: Value stored to 'flag' is never read
flag = Standard_False;
^ ~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/VrmlData/VrmlData_Geometry.cxx:263:7: warning: Value stored to 'aStatus' is never read
aStatus = Scene().WriteLine ("side FALSE");
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/VrmlData/VrmlData_Geometry.cxx:399:7: warning: Value stored to 'aStatus' is never read
aStatus = Scene().WriteLine ("top FALSE");
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/VrmlData/VrmlData_Group.cxx:469:11: warning: Value stored to 'aStatus' is never read
aStatus = aScene.WriteLine ("]", 0L, -GlobalIndent());
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/VrmlData/VrmlData_IndexedFaceSet.cxx:386:7: warning: Value stored to 'aStatus' is never read
aStatus = aScene.WriteArrIndex ("texCoordIndex", myArrTextureInd,
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/VrmlData/VrmlData_IndexedLineSet.cxx:177:7: warning: Value stored to 'aStatus' is never read
aStatus = aScene.WriteArrIndex ("colorIndex", myArrColorInd, myNbColors);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/VrmlData/VrmlData_Material.cxx:224:7: warning: Value stored to 'aStatus' is never read
aStatus = aScene.WriteLine ("transparency ", buf);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/VrmlData/VrmlData_Node.cxx:407:7: warning: Value stored to 'aStatus' is never read
aStatus = aScene.WriteNode ("geometry", myGeometry);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/VrmlData/VrmlData_Node.cxx:549:7: warning: Value stored to 'aStatus' is never read
aStatus = aScene.WriteNode ("textureTransform", myTTransform);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/VrmlData/VrmlData_WorldInfo.cxx:157:13: warning: Value stored to 'aStatus' is never read
aStatus = aScene.WriteLine (buf);
^ ~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/VrmlData/VrmlData_WorldInfo.cxx:155:13: warning: Value stored to 'aStatus' is never read
aStatus = aScene.WriteLine (buf, ",");
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/VrmlData/VrmlData_WorldInfo.cxx:160:7: warning: Value stored to 'aStatus' is never read
aStatus = aScene.WriteLine ("]", 0L, -GlobalIndent());
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 warnings generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKVRML.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/RWStepShape/RWStepShape_RWDefinitionalRepresentationAndShapeRepresentation.cxx:52:2: warning: Value stored to 'num' is never read
num = data->NextForComplex(num);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKSTEPBase.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_0.cxx:497:3: warning: Value stored to 'aST1' is never read
aST1=aS1.GetType();
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_0.cxx:839:49: warning: Assigned value is always the same as the existing value
p1 = u1; p2 = u2; sameside = ss; jf1 = j1; jf2 = j2; face = ff;
~~~ ^ ~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_0.cxx:872:39: warning: Assigned value is always the same as the existing value
p1 = u1; p2 = u2; sameside = ss; jf1 = j1; jf2 = j2; face = ff;
~~~ ^ ~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_0.cxx:836:13: warning: Both operands to '==' always have the same value
(j2 == jf2 && sens2*(p2 - u2) > 0.));
~~ ^ ~~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_0.cxx:847:54: warning: Assigned value is always the same as the existing value
p1 = u1; p2 = u2; sameside = ss; jf1 = j1; jf2 = j2; face = ff;
~~~ ^ ~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_0.cxx:908:2: warning: Value stored to 'u1' is never read
u1 = p1; u2 = p2; ss = sameside; j1 = jf1; j2 = jf2; ff = face;
^ ~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_0.cxx:908:20: warning: Value stored to 'ss' is never read
u1 = p1; u2 = p2; ss = sameside; j1 = jf1; j2 = jf2; ff = face;
^ ~~~~~~~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_0.cxx:908:11: warning: Value stored to 'u2' is never read
u1 = p1; u2 = p2; ss = sameside; j1 = jf1; j2 = jf2; ff = face;
^ ~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_0.cxx:908:35: warning: Value stored to 'j1' is never read
u1 = p1; u2 = p2; ss = sameside; j1 = jf1; j2 = jf2; ff = face;
^ ~~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_0.cxx:908:45: warning: Value stored to 'j2' is never read
u1 = p1; u2 = p2; ss = sameside; j1 = jf1; j2 = jf2; ff = face;
^ ~~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_0.cxx:3634:5: warning: Value stored to 'Dv' is never read
Dv = 0.;
^ ~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_0.cxx:3640:5: warning: Value stored to 'Dv' is never read
Dv = 0.;
^ ~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_0.cxx:3626:5: warning: Value stored to 'Du' is never read
Du = 0.;
^ ~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_0.cxx:3930:3: warning: Value stored to 'Bof' is never read
Bof=BRepLib::BuildCurve3d(E);
^ ~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_0.cxx:4264:2: warning: Value stored to 'Bof' is never read
Bof = BSpline->RemoveKnot(1, MultMax, Abs(WL-WF)/10);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_0.cxx:4251:7: warning: Value stored to 'Bof' is never read
Bof = BSpline->RemoveKnot(ii, MultMax, Abs(WL-WF)/10);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_0.cxx:4255:7: warning: Value stored to 'Bof' is never read
Bof = BSpline->RemoveKnot(ii, MultMin, Abs(WL-WF)*1.e-4);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17 warnings generated.
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_1.cxx:785:8: warning: Value stored to 'Wl' is never read
Wl = Wf; FVEc = FVEv;
^ ~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_1.cxx:715:6: warning: Value stored to 'Wl' is never read
Wl = Wf; LVEc = LVEv;
^ ~~
2 warnings generated.
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_2.cxx:690:8: warning: Value stored to 'isdone' is never read
isdone = PerformSurf(SeqSD,HGuide,Spine,Choix,HSon1,It1,HSon2,It2,
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_2.cxx:679:8: warning: Value stored to 'isdone' is never read
isdone = SimulSurf(SD,HGuide,Spine,Choix,HSon1,It1,HSon2,It2,
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_2.cxx:893:3: warning: Value stored to 'iedge' is never read
iedge = 0;
^ ~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_2.cxx:1379:4: warning: Value stored to 'FindFace' is never read
FindFace = Standard_False;
^ ~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_2.cxx:2373:29: warning: Value stored to 'wwl' is never read
if (wwl <= wwf + tolesp) wwl += period;
^ ~~~~~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_2.cxx:2854:21: warning: Value stored to 'nwf' during its initialization is never read
Standard_Real nwf = WF, nwl = WL;
^ ~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_2.cxx:2854:31: warning: Value stored to 'nwl' during its initialization is never read
Standard_Real nwf = WF, nwl = WL;
^ ~~
7 warnings generated.
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_6.cxx:1004:7: warning: Value stored to 'Target' is never read
Target = Targetsov;
^ ~~~~~~~~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_6.cxx:993:20: warning: Value stored to 'Target' is never read
MS = MS/50.; Target = Targetsov;
^ ~~~~~~~~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_6.cxx:1139:7: warning: Value stored to 'Target' is never read
Target = Targetsov;
^ ~~~~~~~~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_6.cxx:1129:20: warning: Value stored to 'Target' is never read
MS = MS/50.; Target = Targetsov;
^ ~~~~~~~~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_6.cxx:1260:20: warning: Value stored to 'Target' is never read
MS = MS/50.; Target = Targetsov;
^ ~~~~~~~~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_6.cxx:1270:7: warning: Value stored to 'Target' is never read
Target = Targetsov;
^ ~~~~~~~~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_6.cxx:1400:7: warning: Value stored to 'Target' is never read
Target = Targetsov;
^ ~~~~~~~~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_6.cxx:1390:20: warning: Value stored to 'Target' is never read
MS = MS/50.; Target = Targetsov;
^ ~~~~~~~~~
8 warnings generated.
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_C1.cxx:3629:2: warning: Value stored to 'ContainsV' is never read
ContainsV = Standard_True;
^ ~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_CnCrn.cxx:2749:7: warning: Value stored to 'trafil2' is never read
trafil2 = TopAbs::Reverse(trafil1);
^ ~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_CnCrn.cxx:2703:5: warning: Value stored to 'indice' is never read
indice= Fd->Surf();
^ ~~~~~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_Builder_SpKP.cxx:582:4: warning: Value stored to 'trouve' is never read
trouve = Standard_True;
^ ~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/BRepFeat/BRepFeat_Form.cxx:340:2: warning: Value stored to 'locmin' is never read
locmin = 0.;
^ ~~
/Users/thomas/Devel/oce/src/BRepFeat/BRepFeat_Form.cxx:228:5: warning: Value stored to 'locmax' is never read
locmax = RealLast();
^ ~~~~~~~~~~
/Users/thomas/Devel/oce/src/BRepFeat/BRepFeat_Form.cxx:341:2: warning: Value stored to 'locmax' is never read
locmax = RealLast();
^ ~~~~~~~~~~
/Users/thomas/Devel/oce/src/BRepFeat/BRepFeat_Form.cxx:227:5: warning: Value stored to 'locmin' is never read
locmin = RealFirst();
^ ~~~~~~~~~~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_ChBuilder_C3.cxx:276:14: warning: Function call argument is an uninitialized value
oksea[1] = ChFi3d_SearchFD(DStr,CD[0],CD[2],sens[0],sens[2],i[0][2],i[2][0],
^
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_ChBuilder_C3.cxx:273:14: warning: Function call argument is an uninitialized value
oksea[2] = ChFi3d_SearchFD(DStr,CD[0],CD[1],sens[0],sens[1],i[0][1],i[1][0],
^
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_ChBuilder_C3.cxx:273:14: warning: Function call argument is an uninitialized value
oksea[2] = ChFi3d_SearchFD(DStr,CD[0],CD[1],sens[0],sens[1],i[0][1],i[1][0],
^ ~~~~~~~
3 warnings generated.
4 warnings generated.
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_FilBuilder_C2.cxx:472:2: warning: Value stored to 'bid' is never read
bid = ChFi3d::NextSide(ori,OFF1,oriS,oriSFF1,bid);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_FilBuilder_C2.cxx:474:12: warning: Value stored to 'bid' is never read
if(yapiv) bid = ChFi3d::ConcaveSide(BRS1,BRS2,pivot,op1,op2);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/BRepFeat/BRepFeat_MakeDPrism.cxx:801:7: warning: Value stored to 'Trf' is never read
Trf = TransformShapeFU(0);
^ ~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/BRepFeat/BRepFeat_MakeLinearForm.cxx:319:7: warning: Value stored to 'Sliding' is never read
Sliding = Standard_True;
^ ~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_FilBuilder_C3.cxx:259:14: warning: Function call argument is an uninitialized value
oksea[2] = SearchFD(DStr,CD[0],CD[1],sens[0],sens[1],i[0][1],i[1][0],
^
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_FilBuilder_C3.cxx:262:14: warning: Function call argument is an uninitialized value
oksea[1] = SearchFD(DStr,CD[0],CD[2],sens[0],sens[2],i[0][2],i[2][0],
^
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_FilBuilder_C3.cxx:259:14: warning: Function call argument is an uninitialized value
oksea[2] = SearchFD(DStr,CD[0],CD[1],sens[0],sens[1],i[0][1],i[1][0],
^ ~~~~~~~
/Users/thomas/Devel/oce/src/ChFi3d/ChFi3d_FilBuilder_C3.cxx:327:23: warning: Value stored to 'kk' is never read
jj = (ii+1)%3 ; kk = (ii+2)%3;
^ ~~~~~~~~
4 warnings generated.
/Users/thomas/Devel/oce/src/BRepFeat/BRepFeat_MakePrism.cxx:838:7: warning: Value stored to 'Trf' is never read
Trf = TransformShapeFU(0);
^ ~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/BRepFeat/BRepFeat_MakeRevolutionForm.cxx:1638:5: warning: Value stored to 'ii' is never read
ii = 0;
^ ~
1 warning generated.
/Users/thomas/Devel/oce/src/BRepFeat/BRepFeat_RibSlot.cxx:1519:7: warning: Value stored to 'Data' is never read
Data = Standard_True;
^ ~~~~~~~~~~~~~
1 warning generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKFeat.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/BRepBlend/BRepBlend_RstRstLineBuilder.cxx:480:3: warning: Value stored to 'State' is never read
State = TestArret(Func, Standard_False, State);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/BRepBlend/BRepBlend_RstRstLineBuilder.cxx:363:5: warning: Value stored to 'IsVtxrst1' is never read
IsVtxrst1 = IsVtxp1;
^ ~~~~~~~
/Users/thomas/Devel/oce/src/BRepBlend/BRepBlend_RstRstLineBuilder.cxx:377:7: warning: Value stored to 'IsVtxrst2' is never read
IsVtxrst2 = IsVtxp2;
^ ~~~~~~~
/Users/thomas/Devel/oce/src/BRepBlend/BRepBlend_RstRstLineBuilder.cxx:349:7: warning: Value stored to 'IsVtxrst2' is never read
IsVtxrst2 = IsVtxp1;
^ ~~~~~~~
/Users/thomas/Devel/oce/src/BRepBlend/BRepBlend_RstRstLineBuilder.cxx:391:5: warning: Value stored to 'IsVtxrst2' is never read
IsVtxrst2 = IsVtxp2;
^ ~~~~~~~
/Users/thomas/Devel/oce/src/BRepBlend/BRepBlend_SurfPointConstRadInv.cxx:112:3: warning: Value stored to 'theD' is never read
theD = theD * (-1.) ;
^ ~~~~~~~~~~~~~
1 warning generated.
5 warnings generated.
/Users/thomas/Devel/oce/src/BRepBlend/BRepBlend_SurfRstLineBuilder.cxx:442:3: warning: Value stored to 'State' is never read
State = TestArret(Func,Standard_False,State);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/BRepBlend/BRepBlend_SurfRstLineBuilder.cxx:387:5: warning: Value stored to 'IsVtxrst' is never read
IsVtxrst = IsVtxp;
^ ~~~~~~
/Users/thomas/Devel/oce/src/BRepBlend/BRepBlend_SurfRstLineBuilder.cxx:373:7: warning: Value stored to 'IsVtxrst' is never read
IsVtxrst = IsVtxp;
^ ~~~~~~
/Users/thomas/Devel/oce/src/OpenGl/OpenGl_attri.cxx:1412:12: warning: Access to field 'isphysic' results in a dereference of a null pointer (loaded from variable 'prop')
physic = prop->isphysic;
^~~~
1 warning generated.
/Users/thomas/Devel/oce/src/OpenGl/OpenGl_degmodel.cxx:97:5: warning: Value stored to 'ptr' is never read
ptr = "TelDegenerateModel. Value = AUTO\n";
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
3 warnings generated.
/Users/thomas/Devel/oce/src/BlendFunc/BlendFunc_ChAsym.cxx:723:3: warning: Value stored to 'temp' is never read
temp = 2. * (Nordu1 + Nordv1) * s1s2.Magnitude() + 2. * Nordu1 * Nordv1;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/OpenGl/OpenGl_graduatedtrihedron.cxx:803:17: warning: The left operand of '==' is a garbage value
if (LX1draw == 1)
~~~~~~~ ^
/Users/thomas/Devel/oce/src/OpenGl/OpenGl_graduatedtrihedron.cxx:992:28: warning: The left operand of '+' is a garbage value
m1[0] = 0.5f * (LY1[0] + LY1[3]);
~~~~~~ ^
/Users/thomas/Devel/oce/src/OpenGl/OpenGl_graduatedtrihedron.cxx:921:28: warning: The left operand of '+' is a garbage value
m1[0] = 0.5f * (LX1[0] + LX1[3]);
~~~~~~ ^
/Users/thomas/Devel/oce/src/OpenGl/OpenGl_graduatedtrihedron.cxx:1064:28: warning: The left operand of '+' is a garbage value
m1[0] = 0.5f * (LZ1[0] + LZ1[3]);
~~~~~~ ^
4 warnings generated.
/Users/thomas/Devel/oce/src/FilletSurf/FilletSurf_InternalBuilder.cxx:122:7: warning: Value stored to 'dist' is never read
dist = d;
^ ~
1 warning generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKFillet.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/OpenGl/OpenGl_GraphicDriver_707.cxx:72:20: warning: Value stored to 'Upper' during its initialization is never read
Standard_Integer Upper = ListVertex.Upper ();
^ ~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/OpenGl/OpenGl_GraphicDriver_707.cxx:71:20: warning: Value stored to 'Lower' during its initialization is never read
Standard_Integer Lower = ListVertex.Lower ();
^ ~~~~~~~~~~~~~~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/OpenGl/OpenGl_GraphicDriver_709.cxx:232:3: warning: Value stored to 'Upper' is never read
Upper = ListVertex.Upper ();
^ ~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/OpenGl/OpenGl_GraphicDriver_711.cxx:194:3: warning: Value stored to 'Upper' is never read
Upper = ListVertex.Upper ();
^ ~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/OpenGl/OpenGl_GraphicDriver_712.cxx:66:20: warning: Value stored to 'Upper' during its initialization is never read
Standard_Integer Upper = ListVertex.Upper ();
^ ~~~~~~~~~~~~~~~~~~~
1 warning generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKMeshVS.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/NIS/NIS_InteractiveObject.cxx:62:31: warning: Access to field 'myIsShareDrawList' results in a dereference of a null pointer (loaded from variable 'aCtx')
myDrawer->addObject(this, aCtx->myIsShareDrawList, Standard_True);
^~~~
1 warning generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKNIS.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/Voxel/Voxel_FastConverter.cxx:163:47: warning: Value stored to 'end_thread_triangle' during its initialization is never read
Standard_Integer start_thread_triangle = 1, end_thread_triangle = myNbTriangles, ithread_triangle = 0;
^ ~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Voxel/Voxel_FastConverter.cxx:266:2: warning: Value stored to 'surface' is never read
surface = Standard_False;
^ ~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Voxel/Voxel_FastConverter.cxx:314:2: warning: Value stored to 'surface' is never read
surface = Standard_False;
^ ~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/Voxel/Voxel_FastConverter.cxx:284:2: warning: Value stored to 'surface' is never read
surface = Standard_False;
^ ~~~~~~~~~~~~~~
4 warnings generated.
/Users/thomas/Devel/oce/src/Voxel/Voxel_Selector.cxx:560:2: warning: Value stored to 'distmin' is never read
distmin = dist;
^ ~~~~
/Users/thomas/Devel/oce/src/Voxel/Voxel_Selector.cxx:240:2: warning: Value stored to 'depth' is never read
depth = d;
^ ~
2 warnings generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKVoxel.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/TNaming/TNaming_Name.cxx:563:2: warning: Value stored to 'found' is never read
found = FindModifUntil (it1,theMS,S,Target);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/TNaming/TNaming_NamedShape.cxx:1017:12: warning: Access to field 'nextSameAttribute' results in a dereference of a null pointer (loaded from field 'myNode')
myNode = myNode->nextSameAttribute;
^~~~~~
/Users/thomas/Devel/oce/src/TNaming/TNaming_NamedShape.cxx:1029:7: warning: Access to field 'myOld' results in a dereference of a null pointer (loaded from field 'myNode')
if (myNode->myOld == 0L) {
^~~~~~
/Users/thomas/Devel/oce/src/TNaming/TNaming_NamedShape.cxx:1045:7: warning: Access to field 'myNew' results in a dereference of a null pointer (loaded from field 'myNode')
if (myNode->myNew == 0L) {
^~~~~~
/Users/thomas/Devel/oce/src/TNaming/TNaming_NamedShape.cxx:1062:11: warning: Access to field 'myAtt' results in a dereference of a null pointer (loaded from field 'myNode')
return (myNode->myAtt->myEvolution == TNaming_MODIFY ||
^~~~~~
/Users/thomas/Devel/oce/src/TNaming/TNaming_NamedShape.cxx:1075:10: warning: Access to field 'myAtt' results in a dereference of a null pointer (loaded from field 'myNode')
return myNode->myAtt->myEvolution;
^~~~~~
/Users/thomas/Devel/oce/src/TNaming/TNaming_NamedShape.cxx:1267:10: warning: Access to field 'myAtt' results in a dereference of a null pointer (loaded from field 'myNode')
return myNode->myAtt;
^~~~~~
/Users/thomas/Devel/oce/src/TNaming/TNaming_NamedShape.cxx:1279:10: warning: Access to field 'myNew' results in a dereference of a null pointer (loaded from field 'myNode')
return myNode->myNew->Shape();
^~~~~~
/Users/thomas/Devel/oce/src/TNaming/TNaming_NamedShape.cxx:1292:11: warning: Access to field 'myAtt' results in a dereference of a null pointer (loaded from field 'myNode')
return (myNode->myAtt->myEvolution == TNaming_MODIFY ||
^~~~~~
/Users/thomas/Devel/oce/src/TNaming/TNaming_NamedShape.cxx:1443:10: warning: Access to field 'myAtt' results in a dereference of a null pointer (loaded from field 'myNode')
return myNode->myAtt;
^~~~~~
/Users/thomas/Devel/oce/src/TNaming/TNaming_NamedShape.cxx:1453:10: warning: Access to field 'myOld' results in a dereference of a null pointer (loaded from field 'myNode')
return myNode->myOld->Shape();
^~~~~~
/Users/thomas/Devel/oce/src/TNaming/TNaming_NamedShape.cxx:1465:11: warning: Access to field 'myAtt' results in a dereference of a null pointer (loaded from field 'myNode')
return (myNode->myAtt->myEvolution == TNaming_MODIFY ||
^~~~~~
11 warnings generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKCAF.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/OpenGl/OpenGl_subrs.cxx:1311:7: warning: Value stored to 'index' is never read
index = 0;
^ ~
/Users/thomas/Devel/oce/src/OpenGl/OpenGl_subrs.cxx:1321:7: warning: Value stored to 'index' is never read
index = 0;
^ ~
2 warnings generated.
/Users/thomas/Devel/oce/src/OpenGl/OpenGl_text.cxx:152:17: warning: Array access (from variable 'str') results in a null pointer dereference
i = 0; while (str[i++]);
^~~
1 warning generated.
/Users/thomas/Devel/oce/src/OpenGl/OpenGl_TextRender.cxx:331:49: warning: Value stored to 'vv' is never read
ydis = -(GLdouble)ascentFont - descentFont; vv= 3;
^ ~
/Users/thomas/Devel/oce/src/OpenGl/OpenGl_TextRender.cxx:316:34: warning: Value stored to 'vh' is never read
xdis = -(GLdouble)widthFont; vh = 3;
^ ~
/Users/thomas/Devel/oce/src/OpenGl/OpenGl_TextRender.cxx:313:41: warning: Value stored to 'vh' is never read
xdis = -(GLdouble)widthFont / 2.0; vh = 2;
^ ~
/Users/thomas/Devel/oce/src/OpenGl/OpenGl_TextRender.cxx:328:57: warning: Value stored to 'vv' is never read
ydis = -(GLdouble)(ascentFont) / 2.0 - descentFont; vv = 2;
^ ~
/Users/thomas/Devel/oce/src/OpenGl/OpenGl_TextRender.cxx:408:7: warning: Value stored to 'export_h' is never read
export_h = (float)h;
^ ~~~~~~~~
/Users/thomas/Devel/oce/src/OpenGl/OpenGl_TextRender.cxx:310:15: warning: Value stored to 'vh' is never read
xdis =0.; vh = 1;
^ ~
/Users/thomas/Devel/oce/src/OpenGl/OpenGl_TextRender.cxx:325:16: warning: Value stored to 'vv' is never read
ydis = 0.; vv = 1;
^ ~
7 warnings generated.
/Users/thomas/Devel/oce/src/OpenGl/OpenGl_tgl_utilgr.cxx:46:11: warning: The left operand to '+' is always 0
n = n + CALL_DEF_CONTEXTLINE_SIZE;
~ ^
1 warning generated.
/Users/thomas/Devel/oce/src/OpenGl/OpenGl_togl_begin_immediat_mode.cxx:917:5: warning: Function call argument is an uninitialized value
glMatrixMode (mode1);
^ ~~~~~
1 warning generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKSTEPAttr.a the table of contents is empty (no object file members in the library define global symbols)
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKOpenGl.a the table of contents is empty (no object file members in the library define global symbols)
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKXCAF.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/BRepOffset/BRepOffset_Inter2d.cxx:305:7: warning: Value stored to 'TolSum' is never read
TolSum = Max( TolSum, 1.e-5 );
^ ~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/BRepOffset/BRepOffset_Inter2d.cxx:575:3: warning: Value stored to 'TolSum' is never read
TolSum = Max( TolSum, 1.e-5 );
^ ~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKSTEP209.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/BRepOffset/BRepOffset_Inter3d.cxx:473:19: warning: Value stored to 'CurSide' during its initialization is never read
TopAbs_State CurSide = mySide;
^ ~~~~~~
1 warning generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKBin.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/XmlMDataXtd/XmlMDataXtd_ConstraintDriver.cxx:226:7: warning: Value stored to 'aNb' is never read
aNb = 0;
^ ~
1 warning generated.
/Users/thomas/Devel/oce/src/XmlMNaming/XmlMNaming_NamingDriver.cxx:228:7: warning: Value stored to 'aNb' is never read
aNb = 0;
^ ~
1 warning generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKXml.a the table of contents is empty (no object file members in the library define global symbols)
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKPCAF.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/BiTgte/BiTgte_Blend.cxx:2291:20: warning: Value stored to 'NbS' during its initialization is never read
Standard_Integer NbS = NbSurfaces();
^ ~~~~~~~~~~~~
1 warning generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKOffset.a the table of contents is empty (no object file members in the library define global symbols)
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKXmlXCAF.a the table of contents is empty (no object file members in the library define global symbols)
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKBinXCAF.a the table of contents is empty (no object file members in the library define global symbols)
clang-3: warning: -Wl,-search_paths_first: 'linker' input unused when '--analyze' is present
clang-3: warning: -Wl,-headerpad_max_install_names: 'linker' input unused when '--analyze' is present
clang-3: warning: CMakeFiles/BRepOffsetAPI_test.dir/BRepOffsetAPI_test.cpp.o: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKOffset/Darwin/i386-RelWithDebInfo-64/libTKOffset.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../Darwin/i386-RelWithDebInfo-64/libgtest.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKFillet/Darwin/i386-RelWithDebInfo-64/libTKFillet.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKBool/Darwin/i386-RelWithDebInfo-64/libTKBool.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKBO/Darwin/i386-RelWithDebInfo-64/libTKBO.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKShHealing/Darwin/i386-RelWithDebInfo-64/libTKShHealing.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKPrim/Darwin/i386-RelWithDebInfo-64/libTKPrim.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKTopAlgo/Darwin/i386-RelWithDebInfo-64/libTKTopAlgo.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKGeomAlgo/Darwin/i386-RelWithDebInfo-64/libTKGeomAlgo.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKBRep/Darwin/i386-RelWithDebInfo-64/libTKBRep.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKGeomBase/Darwin/i386-RelWithDebInfo-64/libTKGeomBase.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKG3d/Darwin/i386-RelWithDebInfo-64/libTKG3d.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKG2d/Darwin/i386-RelWithDebInfo-64/libTKG2d.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKMath/Darwin/i386-RelWithDebInfo-64/libTKMath.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKernel/Darwin/i386-RelWithDebInfo-64/libTKernel.a: 'linker' input unused when '--analyze' is present
clang-3: warning: -lm: 'linker' input unused when '--analyze' is present
clang-3: warning: -lpthread: 'linker' input unused when '--analyze' is present
clang-3: warning: argument unused during compilation: '-O2'
clang-3: warning: argument unused during compilation: '-g'
clang-3: warning: -Wl,-search_paths_first: 'linker' input unused when '--analyze' is present
clang-3: warning: -Wl,-headerpad_max_install_names: 'linker' input unused when '--analyze' is present
clang-3: warning: CMakeFiles/TDataXtd_test.dir/TDataXtd_test.cpp.o: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKCAF/Darwin/i386-RelWithDebInfo-64/libTKCAF.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKXCAF/Darwin/i386-RelWithDebInfo-64/libTKXCAF.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../Darwin/i386-RelWithDebInfo-64/libgtest.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKCAF/Darwin/i386-RelWithDebInfo-64/libTKCAF.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKLCAF/Darwin/i386-RelWithDebInfo-64/libTKLCAF.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKV3d/Darwin/i386-RelWithDebInfo-64/libTKV3d.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKMesh/Darwin/i386-RelWithDebInfo-64/libTKMesh.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKCDF/Darwin/i386-RelWithDebInfo-64/libTKCDF.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKV2d/Darwin/i386-RelWithDebInfo-64/libTKV2d.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKService/Darwin/i386-RelWithDebInfo-64/libTKService.a: 'linker' input unused when '--analyze' is present
clang-3: warning: /usr/X11R6/lib/libXmu.dylib: 'linker' input unused when '--analyze' is present
clang-3: warning: /usr/X11R6/lib/libSM.dylib: 'linker' input unused when '--analyze' is present
clang-3: warning: /usr/X11R6/lib/libICE.dylib: 'linker' input unused when '--analyze' is present
clang-3: warning: /usr/X11R6/lib/libX11.dylib: 'linker' input unused when '--analyze' is present
clang-3: warning: /usr/X11R6/lib/libXext.dylib: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKHLR/Darwin/i386-RelWithDebInfo-64/libTKHLR.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKTopAlgo/Darwin/i386-RelWithDebInfo-64/libTKTopAlgo.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKGeomAlgo/Darwin/i386-RelWithDebInfo-64/libTKGeomAlgo.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKBRep/Darwin/i386-RelWithDebInfo-64/libTKBRep.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKGeomBase/Darwin/i386-RelWithDebInfo-64/libTKGeomBase.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKG3d/Darwin/i386-RelWithDebInfo-64/libTKG3d.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKG2d/Darwin/i386-RelWithDebInfo-64/libTKG2d.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKMath/Darwin/i386-RelWithDebInfo-64/libTKMath.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKernel/Darwin/i386-RelWithDebInfo-64/libTKernel.a: 'linker' input unused when '--analyze' is present
clang-3: warning: -lm: 'linker' input unused when '--analyze' is present
clang-3: warning: -lpthread: 'linker' input unused when '--analyze' is present
clang-3: warning: argument unused during compilation: '-O2'
clang-3: warning: argument unused during compilation: '-g'
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKStdSchema.a the table of contents is empty (no object file members in the library define global symbols)
/Users/thomas/Devel/oce/src/StepToTopoDS/StepToTopoDS_TranslateEdge.cxx:397:3: warning: Value stored to 'temp2' is never read
temp2 = sac.Project (C1,pnt2,preci,pproj,U2,Standard_False);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/StepToTopoDS/StepToTopoDS_TranslateEdge.cxx:396:3: warning: Value stored to 'temp1' is never read
temp1 = sac.Project (C1,pnt1,preci,pproj,U1,Standard_False);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
/Users/thomas/Devel/oce/src/TopoDSToStep/TopoDSToStep_MakeStepWire.cxx:236:5: warning: Value stored to 'nb' is never read
nb = sbwd->NbEdges();
^ ~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/STEPControl/STEPControl_ActorRead.cxx:1307:11: warning: Value stored to 'ok' is never read
ok = Standard_True;
^ ~~~~~~~~~~~~~
1 warning generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKSTEP.a the table of contents is empty (no object file members in the library define global symbols)
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKXCAFSchema.a the table of contents is empty (no object file members in the library define global symbols)
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKXDESTEP.a the table of contents is empty (no object file members in the library define global symbols)
clang-3: warning: -Wl,-search_paths_first: 'linker' input unused when '--analyze' is present
clang-3: warning: -Wl,-headerpad_max_install_names: 'linker' input unused when '--analyze' is present
clang-3: warning: CMakeFiles/BRepImport_test.dir/BRepImport_test.cpp.o: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKernel/Darwin/i386-RelWithDebInfo-64/libTKernel.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKSTEP/Darwin/i386-RelWithDebInfo-64/libTKSTEP.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../Darwin/i386-RelWithDebInfo-64/libgtest.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKSTEPAttr/Darwin/i386-RelWithDebInfo-64/libTKSTEPAttr.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKSTEP209/Darwin/i386-RelWithDebInfo-64/libTKSTEP209.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKSTEPBase/Darwin/i386-RelWithDebInfo-64/libTKSTEPBase.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKXSBase/Darwin/i386-RelWithDebInfo-64/libTKXSBase.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKShHealing/Darwin/i386-RelWithDebInfo-64/libTKShHealing.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKTopAlgo/Darwin/i386-RelWithDebInfo-64/libTKTopAlgo.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKGeomAlgo/Darwin/i386-RelWithDebInfo-64/libTKGeomAlgo.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKBRep/Darwin/i386-RelWithDebInfo-64/libTKBRep.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKGeomBase/Darwin/i386-RelWithDebInfo-64/libTKGeomBase.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKG3d/Darwin/i386-RelWithDebInfo-64/libTKG3d.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKG2d/Darwin/i386-RelWithDebInfo-64/libTKG2d.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKMath/Darwin/i386-RelWithDebInfo-64/libTKMath.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKernel/Darwin/i386-RelWithDebInfo-64/libTKernel.a: 'linker' input unused when '--analyze' is present
clang-3: warning: -lm: 'linker' input unused when '--analyze' is present
clang-3: warning: -lpthread: 'linker' input unused when '--analyze' is present
clang-3: warning: argument unused during compilation: '-O2'
clang-3: warning: argument unused during compilation: '-g'
clang-3: warning: -Wl,-search_paths_first: 'linker' input unused when '--analyze' is present
clang-3: warning: -Wl,-headerpad_max_install_names: 'linker' input unused when '--analyze' is present
clang-3: warning: CMakeFiles/STEPImport_test.dir/STEPImport_test.cpp.o: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKernel/Darwin/i386-RelWithDebInfo-64/libTKernel.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKSTEP/Darwin/i386-RelWithDebInfo-64/libTKSTEP.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../Darwin/i386-RelWithDebInfo-64/libgtest.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKSTEPAttr/Darwin/i386-RelWithDebInfo-64/libTKSTEPAttr.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKSTEP209/Darwin/i386-RelWithDebInfo-64/libTKSTEP209.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKSTEPBase/Darwin/i386-RelWithDebInfo-64/libTKSTEPBase.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKXSBase/Darwin/i386-RelWithDebInfo-64/libTKXSBase.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKShHealing/Darwin/i386-RelWithDebInfo-64/libTKShHealing.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKTopAlgo/Darwin/i386-RelWithDebInfo-64/libTKTopAlgo.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKGeomAlgo/Darwin/i386-RelWithDebInfo-64/libTKGeomAlgo.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKBRep/Darwin/i386-RelWithDebInfo-64/libTKBRep.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKGeomBase/Darwin/i386-RelWithDebInfo-64/libTKGeomBase.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKG3d/Darwin/i386-RelWithDebInfo-64/libTKG3d.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKG2d/Darwin/i386-RelWithDebInfo-64/libTKG2d.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKMath/Darwin/i386-RelWithDebInfo-64/libTKMath.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKernel/Darwin/i386-RelWithDebInfo-64/libTKernel.a: 'linker' input unused when '--analyze' is present
clang-3: warning: -lm: 'linker' input unused when '--analyze' is present
clang-3: warning: -lpthread: 'linker' input unused when '--analyze' is present
clang-3: warning: argument unused during compilation: '-O2'
clang-3: warning: argument unused during compilation: '-g'
/Users/thomas/Devel/oce/src/IGESDraw/IGESDraw_ToolPlanar.cxx:44:3: warning: Value stored to 'st' is never read
st = PR.ReadEntity(IR,PR.Current(), "Instance of TransformationMatrix",
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/IGESDraw/IGESDraw_ToolPlanar.cxx:34:3: warning: Value stored to 'st' is never read
st = PR.ReadInteger(PR.Current(), "No. of Transformation matrices", nbMatrices);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/thomas/Devel/oce/src/IGESDraw/IGESDraw_ToolPlanar.cxx:49:5: warning: Value stored to 'st' is never read
st = PR.ReadEnts (IR, PR.CurrentList(nbval), "Planar Entities", entities);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 warnings generated.
/Users/thomas/Devel/oce/src/IGESConvGeom/IGESConvGeom.cxx:566:3: warning: Value stored to 'i' is never read
i = res->LastUKnotIndex(); //knots.Upper();
^ ~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/thomas/Devel/oce/src/IGESSelect/IGESSelect_EditDirPart.cxx:380:5: warning: Value stored to 'num' is never read
num = 0;
^ ~
/Users/thomas/Devel/oce/src/IGESSelect/IGESSelect_EditDirPart.cxx:342:5: warning: Value stored to 'num' is never read
num = 0;
^ ~
/Users/thomas/Devel/oce/src/IGESSelect/IGESSelect_EditDirPart.cxx:332:5: warning: Value stored to 'num' is never read
num = 0;
^ ~
/Users/thomas/Devel/oce/src/IGESSelect/IGESSelect_EditDirPart.cxx:295:5: warning: Value stored to 'num' is never read
num = 0;
^ ~
/Users/thomas/Devel/oce/src/IGESSelect/IGESSelect_EditDirPart.cxx:312:5: warning: Value stored to 'num' is never read
num = 0;
^ ~
/Users/thomas/Devel/oce/src/IGESSelect/IGESSelect_EditDirPart.cxx:278:5: warning: Value stored to 'num' is never read
num = 0;
^ ~
/Users/thomas/Devel/oce/src/IGESSelect/IGESSelect_EditDirPart.cxx:322:5: warning: Value stored to 'num' is never read
num = 0;
^ ~
7 warnings generated.
/Users/thomas/Devel/oce/src/IGESToBRep/IGESToBRep.cxx:321:4: warning: Value stored to 'olda' is never read
olda = a; oldb = b; oldpcurve = newpcurve;
^ ~
/Users/thomas/Devel/oce/src/IGESToBRep/IGESToBRep.cxx:321:14: warning: Value stored to 'oldb' is never read
olda = a; oldb = b; oldpcurve = newpcurve;
^ ~
/Users/thomas/Devel/oce/src/IGESToBRep/IGESToBRep.cxx:348:5: warning: Value stored to 'olda' is never read
olda = a; oldb = b;
^ ~
/Users/thomas/Devel/oce/src/IGESToBRep/IGESToBRep.cxx:348:15: warning: Value stored to 'oldb' is never read
olda = a; oldb = b;
^ ~
4 warnings generated.
/Users/thomas/Devel/oce/src/IGESToBRep/IGESToBRep_TopoSurface.cxx:1757:47: warning: Value stored to 'paramu' is never read
if ( Abs(paramu) <= Precision::Confusion()) paramu = 0.;
^ ~~
1 warning generated.
/Users/thomas/Devel/oce/src/BRepToIGES/BRepToIGES_BRWire.cxx:424:9: warning: Value stored to 'aDiv' is never read
aDiv = 1.;
^ ~~
1 warning generated.
/usr/bin/ranlib: warning for library: Darwin/i386-RelWithDebInfo-64/libTKXDEIGES.a the table of contents is empty (no object file members in the library define global symbols)
clang-3: warning: -Wl,-search_paths_first: 'linker' input unused when '--analyze' is present
clang-3: warning: -Wl,-headerpad_max_install_names: 'linker' input unused when '--analyze' is present
clang-3: warning: CMakeFiles/IGESImport_test.dir/IGESImport_test.cpp.o: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKernel/Darwin/i386-RelWithDebInfo-64/libTKernel.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKIGES/Darwin/i386-RelWithDebInfo-64/libTKIGES.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../Darwin/i386-RelWithDebInfo-64/libgtest.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKXSBase/Darwin/i386-RelWithDebInfo-64/libTKXSBase.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKOffset/Darwin/i386-RelWithDebInfo-64/libTKOffset.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKFillet/Darwin/i386-RelWithDebInfo-64/libTKFillet.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKBool/Darwin/i386-RelWithDebInfo-64/libTKBool.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKShHealing/Darwin/i386-RelWithDebInfo-64/libTKShHealing.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKBO/Darwin/i386-RelWithDebInfo-64/libTKBO.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKPrim/Darwin/i386-RelWithDebInfo-64/libTKPrim.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKTopAlgo/Darwin/i386-RelWithDebInfo-64/libTKTopAlgo.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKGeomAlgo/Darwin/i386-RelWithDebInfo-64/libTKGeomAlgo.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKBRep/Darwin/i386-RelWithDebInfo-64/libTKBRep.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKGeomBase/Darwin/i386-RelWithDebInfo-64/libTKGeomBase.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKG3d/Darwin/i386-RelWithDebInfo-64/libTKG3d.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKG2d/Darwin/i386-RelWithDebInfo-64/libTKG2d.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKMath/Darwin/i386-RelWithDebInfo-64/libTKMath.a: 'linker' input unused when '--analyze' is present
clang-3: warning: ../../adm/cmake/TKernel/Darwin/i386-RelWithDebInfo-64/libTKernel.a: 'linker' input unused when '--analyze' is present
clang-3: warning: -lm: 'linker' input unused when '--analyze' is present
clang-3: warning: -lpthread: 'linker' input unused when '--analyze' is present
clang-3: warning: argument unused during compilation: '-O2'
clang-3: warning: argument unused during compilation: '-g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment