From: fredb Date: Thu, 21 May 2009 14:49:57 +0000 (+0000) Subject: Functions should always return a value X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8585b2c7b7c8ce7f1d1fe8e0e7b94f19bd5055dc;p=flightgear.git Functions should always return a value --- diff --git a/src/Main/options.cxx b/src/Main/options.cxx index fbe82388c..d9268e939 100644 --- a/src/Main/options.cxx +++ b/src/Main/options.cxx @@ -1213,6 +1213,7 @@ static int fgOptFpe(const char* arg) { // Actually handled in bootstrap.cxx + return FG_OPTIONS_OK; } static map fgOptionMap;