]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_io.cxx
Merge branch 'syd/ias-limit' into next
[flightgear.git] / src / Main / fg_io.cxx
index 7d904d6f9b4bb04e1234d2058cd3e5f86eb4ccb7..36ca64433d3f6dc923acdfcdaa59374ea88856d7 100644 (file)
@@ -187,7 +187,7 @@ FGIO::parse_port_config( const string& config )
            FGRUL *rul = new FGRUL;
            io = rul;
         } else if ( protocol == "generic" ) {
-            int configToken;
+            size_t configToken;
             if (tokens[1] == "socket") {
                 configToken = 7;
             } else if (tokens[1] == "file") {
@@ -334,6 +334,11 @@ FGIO::init()
     }
 }
 
+void
+FGIO::reinit()
+{
+}
+
 
 // process any IO channel work
 void