mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0029021: Coding Rules - eliminate GCC warnings in Qt sample
This commit is contained in:
@@ -51,7 +51,7 @@ void BaseDriver::Results(TDF_LabelList& res) const
|
||||
}
|
||||
|
||||
// Execution.
|
||||
Standard_Integer BaseDriver::Execute(Handle(TFunction_Logbook)& log) const
|
||||
Standard_Integer BaseDriver::Execute(Handle(TFunction_Logbook)& ) const
|
||||
{
|
||||
#ifdef SLOW
|
||||
// Make a boolean operation to slow down the function
|
||||
|
@@ -59,7 +59,7 @@ void SimpleDriver::Results(TDF_LabelList& res) const
|
||||
}
|
||||
|
||||
// Execution.
|
||||
Standard_Integer SimpleDriver::Execute(Handle(TFunction_Logbook)& log) const
|
||||
Standard_Integer SimpleDriver::Execute(Handle(TFunction_Logbook)& ) const
|
||||
{
|
||||
// Check initialization
|
||||
if (Label().IsNull())
|
||||
|
Reference in New Issue
Block a user