X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Ffg_io.cxx;h=36ca64433d3f6dc923acdfcdaa59374ea88856d7;hb=7cde2e800bccd4883f03eceb5283add24755b377;hp=7d904d6f9b4bb04e1234d2058cd3e5f86eb4ccb7;hpb=90581f8bf0b8db981391e1df82e7417206882ea8;p=flightgear.git diff --git a/src/Main/fg_io.cxx b/src/Main/fg_io.cxx index 7d904d6f9..36ca64433 100644 --- a/src/Main/fg_io.cxx +++ b/src/Main/fg_io.cxx @@ -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