Functions should always return a value
This commit is contained in:
parent
5b93117e2d
commit
8585b2c7b7
1 changed files with 1 additions and 0 deletions
|
@ -1213,6 +1213,7 @@ static int
|
|||
fgOptFpe(const char* arg)
|
||||
{
|
||||
// Actually handled in bootstrap.cxx
|
||||
return FG_OPTIONS_OK;
|
||||
}
|
||||
|
||||
static map<string,size_t> fgOptionMap;
|
||||
|
|
Loading…
Reference in a new issue