From 8585b2c7b7c8ce7f1d1fe8e0e7b94f19bd5055dc Mon Sep 17 00:00:00 2001 From: fredb Date: Thu, 21 May 2009 14:49:57 +0000 Subject: [PATCH] Functions should always return a value --- src/Main/options.cxx | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5