mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-11 17:43:28 +08:00
0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]
This commit is contained in:
@@ -66,7 +66,7 @@ public:
|
||||
//! recognizes records, by asking either ReaderLib (default) or
|
||||
//! FileRecognizer (if defined) to do so. <ach> is to call
|
||||
//! RecognizeByLib
|
||||
Standard_EXPORT Standard_Boolean Recognize (const Standard_Integer num, Handle(Interface_Check)& ach, Handle(Standard_Transient)& ent);
|
||||
Standard_EXPORT Standard_Boolean Recognize (const Standard_Integer num, Handle(Interface_Check)& ach, Handle(Standard_Transient)& ent) Standard_OVERRIDE;
|
||||
|
||||
//! bounds empty entities and sub-lists to header records
|
||||
//! works like Prepare + SetEntityNumbers, but for header
|
||||
@@ -78,12 +78,12 @@ public:
|
||||
//! fills model's header; that is, gives to it Header entities
|
||||
//! and commands their loading. Also fills StepModel's Global
|
||||
//! Check from StepReaderData's GlobalCheck
|
||||
Standard_EXPORT void BeginRead (const Handle(Interface_InterfaceModel)& amodel);
|
||||
Standard_EXPORT void BeginRead (const Handle(Interface_InterfaceModel)& amodel) Standard_OVERRIDE;
|
||||
|
||||
//! fills an entity, given record no; works by using a ReaderLib
|
||||
//! to load each entity, which must be a Transient
|
||||
//! Actually, returned value is True if no fail, False else
|
||||
Standard_EXPORT Standard_Boolean AnalyseRecord (const Standard_Integer num, const Handle(Standard_Transient)& anent, Handle(Interface_Check)& acheck);
|
||||
Standard_EXPORT Standard_Boolean AnalyseRecord (const Standard_Integer num, const Handle(Standard_Transient)& anent, Handle(Interface_Check)& acheck) Standard_OVERRIDE;
|
||||
|
||||
//! Ends file reading after reading all the entities
|
||||
//! Here, it binds in the model, Idents to Entities (for checks)
|
||||
|
||||
Reference in New Issue
Block a user