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

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