]> git.mxchange.org Git - flightgear.git/commitdiff
Functions should always return a value
authorfredb <fredb>
Thu, 21 May 2009 14:49:57 +0000 (14:49 +0000)
committerTim Moore <timoore@redhat.com>
Tue, 2 Jun 2009 22:18:54 +0000 (00:18 +0200)
src/Main/options.cxx

index fbe82388c422b61acdef23864a2c7baed5a44727..d9268e939f7116213f773fbce74a0ff631e9202a 100644 (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;