View Issue Details

IDProjectCategoryView StatusLast Update
0026782Open CASCADEOCCT:Codingpublic2015-11-17 17:46
Reporterkgv Assigned Tobugmaster  
PrioritynormalSeverityintegration request 
Status closedResolutionduplicate 
PlatformLinuxOSDebian 6.0 
Product Version6.9.1 
Target Version7.0.0 
Summary0026782: Coding rules - eliminate GCC warning "base class should be explicitly initialized in the copy constructor"
DescriptionThe following warnings generated by gcc 4.9.2 with -Wextra options should be eliminated:
/occt/src/Extrema/Extrema_SeqPCOfPCFOfEPCOfExtPC.hxx|267|warning: base class ‘class TCollection_BaseSequence’ should be explicitly initialized in the copy constructor [-Wextra]|
/occt/src/Extrema/Extrema_SeqPCOfPCLocFOfLocEPCOfLocateExtPC.hxx|267|warning: base class ‘class TCollection_BaseSequence’ should be explicitly initialized in the copy constructor [-Wextra]|
/occt/src/Extrema/Extrema_SeqPCOfPCFOfEPCOfELPCOfLocateExtPC.hxx|267|warning: base class ‘class TCollection_BaseSequence’ should be explicitly initialized in the copy constructor [-Wextra]|
/occt/src/Extrema/Extrema_SeqPOnCOfCCLocFOfLocECC2d.hxx|267|warning: base class ‘class TCollection_BaseSequence’ should be explicitly initialized in the copy constructor [-Wextra]|
/occt/src/Extrema/Extrema_SeqPOnCOfCCLocFOfLocECC.hxx|267|warning: base class ‘class TCollection_BaseSequence’ should be explicitly initialized in the copy constructor [-Wextra]|
/occt/src/Extrema/Extrema_SeqPCOfPCFOfEPCOfELPCOfLocateExtPC2d.hxx|267|warning: base class ‘class TCollection_BaseSequence’ should be explicitly initialized in the copy constructor [-Wextra]|
/occt/src/Extrema/Extrema_SeqPCOfPCFOfEPCOfExtPC2d.hxx|267|warning: base class ‘class TCollection_BaseSequence’ should be explicitly initialized in the copy constructor [-Wextra]|
/occt/src/Extrema/Extrema_SeqPCOfPCLocFOfLocEPCOfLocateExtPC2d.hxx|267|warning: base class ‘class TCollection_BaseSequence’ should be explicitly initialized in the copy constructor [-Wextra]|
/occt/src/Geom2dInt/Geom2dInt_SeqPCOfPCLocFOfTheLocateExtPCOfTheProjPCurOfGInter.hxx|267|warning: base class ‘class TCollection_BaseSequence’ should be explicitly initialized in the copy constructor [-Wextra]|
/occt/src/IntPatch/IntPatch_SequenceOfSegmentOfTheSOnBounds.hxx|267|warning: base class ‘class TCollection_BaseSequence’ should be explicitly initialized in the copy constructor [-Wextra]|
/occt/src/IntPatch/IntPatch_SequenceOfPathPointOfTheSOnBounds.hxx|267|warning: base class ‘class TCollection_BaseSequence’ should be explicitly initialized in the copy constructor [-Wextra]|
/occt/src/IntPatch/IntPatch_SequenceOfIWLineOfTheIWalking.hxx|267|warning: base class ‘class TCollection_BaseSequence’ should be explicitly initialized in the copy constructor [-Wextra]|
/occt/src/Contap/Contap_SequenceOfSegmentOfTheSearch.hxx|267|warning: base class ‘class TCollection_BaseSequence’ should be explicitly initialized in the copy constructor [-Wextra]|
/occt/src/Contap/Contap_SequenceOfPathPointOfTheSearch.hxx|267|warning: base class ‘class TCollection_BaseSequence’ should be explicitly initialized in the copy constructor [-Wextra]|
/occt/src/Contap/Contap_SequenceOfIWLineOfTheIWalking.hxx|267|warning: base class ‘class TCollection_BaseSequence’ should be explicitly initialized in the copy constructor [-Wextra]|
/occt/src/HLRBRep/HLRBRep_SeqPCOfPCLocFOfTheLocateExtPCOfTheProjPCurOfCInter.hxx|267|warning: base class ‘class TCollection_BaseSequence’ should be explicitly initialized in the copy constructor [-Wextra]|
TagsNo tags attached.
Test case number

Relationships

duplicate of 0026850 closedabv Open CASCADE Replace nested instantiations of TCollection generic classes by NCollection templates 

Activities

kgv

2015-11-17 16:58

developer   ~0048310

Dear bugmaster,

please close as duplicate of 0026850.

Issue History

Date Modified Username Field Change
2015-10-16 10:34 kgv New Issue
2015-10-16 10:34 kgv Assigned To => kgv
2015-11-08 10:32 kgv Relationship added duplicate of 0026850
2015-11-17 16:58 kgv Note Added: 0048310
2015-11-17 16:58 kgv Assigned To kgv => bugmaster
2015-11-17 16:58 kgv Status new => feedback
2015-11-17 16:58 kgv Resolution open => duplicate
2015-11-17 17:46 bugmaster Status feedback => closed