1
0
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:
kgv
2017-08-19 14:40:40 +03:00
committed by bugmaster
parent 41f97958c0
commit aa17dac878
6 changed files with 57 additions and 89 deletions

View File

@@ -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

View File

@@ -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())