View Issue Details

IDProjectCategoryView StatusLast Update
0024168Open CASCADEOCCT:Codingpublic2013-12-19 13:57
ReporteromyAssigned Toabv 
PrioritynormalSeverityminor 
Status closedResolutionfixed 
PlatformLinuxOSDebian 4.0 
Product Version6.6.0 
Target Version6.7.0Fixed in Version6.7.0 
Summary0024168: Eliminate CLang compiler warning -Wunused-variable
DescriptionIt is necessary to eliminate warning -Wunused-variable, shown by CLang compiler on Ubuntu 13.04
TagsNo tags attached.
Test case number

Relationships

related to 0024162 closedabv Eliminate CLang compiler warning 

Activities

omy

2013-09-12 18:15

developer   ~0025554

Dear abv,
Please, review the branch CR24168

abv

2013-09-13 08:34

manager   ~0025560

This change conflicts with fix for 0024129 in many places, and should be reconsidered after integration of the latter, and rebasing on that version

abv

2013-09-18 11:52

manager   ~0025627

The fix is reviewed and rebased on current master + 0024129 + 0023934 + 0024169 + 0024170. I propose it can be tested in this state as new IR.

Related Changesets

occt: master 295cb053

2013-09-11 12:52:16

abv


Committer: abv Details Diff
0024168: Eliminate CLang compiler warning -Wunused-variable

Got rid of warning -Wunused-variable

In FSD_File, use template specialization instead of comparison of sizeof() to specific value in if statement, thus eliminating warning "constant value in conditional expression"
Affected Issues
0024168
mod - src/FSD/FSD_FileHeader.hxx Diff File
mod - src/GeomPlate/GeomPlate_BuildPlateSurface.cxx Diff File
mod - src/IntCurveSurface/IntCurveSurface_Inter.gxx Diff File
mod - src/IntImpParGen/IntImpParGen_Intersector.gxx Diff File
mod - src/IntStart/IntStart_SearchOnBoundaries.gxx Diff File
mod - src/IntTools/IntTools_EdgeFace.cxx Diff File
mod - src/NIS/NIS_View.cxx Diff File
mod - src/OpenGl/OpenGl_Window.cxx Diff File
mod - src/OSD/OSD_MAllocHook.cxx Diff File
mod - src/PLib/PLib.cxx Diff File
mod - src/QABugs/QABugs_16.cxx Diff File
mod - src/QABugs/QABugs_17.cxx Diff File
mod - src/QANewBRepNaming/QANewBRepNaming_BooleanOperationFeat.cxx Diff File
mod - src/TopOpeBRep/TopOpeBRep_EdgesIntersector.cxx Diff File
mod - src/Visual3d/Visual3d_ViewMapping.cxx Diff File
mod - src/XmlLDrivers/XmlLDrivers_DocumentRetrievalDriver.cxx Diff File

Issue History

Date Modified Username Field Change
2013-09-12 18:08 omy New Issue
2013-09-12 18:08 omy Assigned To => omy
2013-09-12 18:15 omy Note Added: 0025554
2013-09-12 18:15 omy Assigned To omy => abv
2013-09-12 18:15 omy Status new => resolved
2013-09-12 18:17 omy Relationship added related to 0024162
2013-09-13 08:34 abv Note Added: 0025560
2013-09-18 11:52 abv Note Added: 0025627
2013-09-18 11:52 abv Assigned To abv => bugmaster
2013-09-18 11:52 abv Status resolved => reviewed
2013-09-20 15:44 abv Changeset attached => occt master 295cb053
2013-09-20 15:44 abv Assigned To bugmaster => abv
2013-09-20 15:44 abv Status reviewed => verified
2013-09-20 15:44 abv Resolution open => fixed
2013-12-19 13:52 bugmaster Status verified => closed
2013-12-19 13:57 bugmaster Fixed in Version => 6.7.0
2014-01-11 11:58 abv Category OCCT Release:BUILD => OCCT:Coding