From: Torsten Dreyer Date: Sun, 17 Jul 2011 20:15:57 +0000 (+0200) Subject: Fix compile for 32bit (handleFPE() undeclared) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1cf7e78ae5c8fe47e586219e619a737290c2d029;p=flightgear.git Fix compile for 32bit (handleFPE() undeclared) --- diff --git a/src/Main/bootstrap.cxx b/src/Main/bootstrap.cxx index a4ba24bd0..c29440dba 100644 --- a/src/Main/bootstrap.cxx +++ b/src/Main/bootstrap.cxx @@ -93,6 +93,7 @@ static void handleFPE(int) } #elif defined(__linux__) && defined(__i386__) +static void handleFPE(int); static void initFPE () {