]> git.mxchange.org Git - flightgear.git/commitdiff
Win32 fix and suppress one warning
authorfredb <fredb>
Thu, 13 Aug 2009 06:35:11 +0000 (06:35 +0000)
committerTim Moore <timoore@redhat.com>
Sun, 23 Aug 2009 19:43:08 +0000 (21:43 +0200)
src/Main/fgviewer.cxx

index 3ab9570b5536e2abddf714d777f9dca31a743092..08ecdec5ab626942cc1e59260275cc071862d747 100644 (file)
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <iostream>
 #include <cstdlib>
 
@@ -102,6 +106,7 @@ bool GraphDumpHandler::handle(const osgGA::GUIEventAdapter& ea,
     default:
         return false;
     }
+    return false;
 }
 
 void GraphDumpHandler::getUsage(osg::ApplicationUsage& usage) const