From: fredb Date: Thu, 13 Aug 2009 06:35:11 +0000 (+0000) Subject: Win32 fix and suppress one warning X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=efbe6984c25cb20b1ede9e89f9b8c82d243e1eb2;p=flightgear.git Win32 fix and suppress one warning --- diff --git a/src/Main/fgviewer.cxx b/src/Main/fgviewer.cxx index 3ab9570b5..08ecdec5a 100644 --- a/src/Main/fgviewer.cxx +++ b/src/Main/fgviewer.cxx @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include #include @@ -102,6 +106,7 @@ bool GraphDumpHandler::handle(const osgGA::GUIEventAdapter& ea, default: return false; } + return false; } void GraphDumpHandler::getUsage(osg::ApplicationUsage& usage) const