From: Erik H. <eh...@us...> - 2017-04-29 11:17:45
|
Update of /cvsroot/jsbsim/JSBSim/examples In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv587/examples Modified Files: FlightGear.cxx FlightGear.hxx Log Message: Sync with FlightGear Index: FlightGear.cxx =================================================================== RCS file: /cvsroot/jsbsim/JSBSim/examples/FlightGear.cxx,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -r1.25 -r1.26 *** FlightGear.cxx 25 Feb 2017 15:45:23 -0000 1.25 --- FlightGear.cxx 29 Apr 2017 11:17:42 -0000 1.26 *************** *** 189,192 **** --- 189,197 ---- FGJSBBase::debug_lvl = 0x00; break; + + default: + // silence warning about unhandled cases + FGJSBBase::debug_lvl = 0x00; + break; } } else { |