mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 06:40:48 -06:00
COMP: Remove warning
This commit is contained in:
@@ -460,12 +460,11 @@ const char* CommandLineArguments::GetHelp(const char* arg)
|
||||
= this->Internals->Callbacks.find(cs->Help);
|
||||
if ( hit == this->Internals->Callbacks.end() )
|
||||
{
|
||||
return cs->Help;
|
||||
break;
|
||||
}
|
||||
cs = &(hit->second);
|
||||
}
|
||||
// Should never happened
|
||||
return 0;
|
||||
return cs->Help;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user