1
0
Fork 0

Functions should always return a value

This commit is contained in:
fredb 2009-05-21 14:49:57 +00:00 committed by Tim Moore
parent 5b93117e2d
commit 8585b2c7b7

View file

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