From: curt Date: Tue, 9 Nov 1999 19:51:07 +0000 (+0000) Subject: Tweaks to get rid of compiler warnings. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=021ee36a7804ad1095f16a5db15f5b4362f79da5;p=flightgear.git Tweaks to get rid of compiler warnings. --- diff --git a/src/FDM/LaRCsim/c172_aero.c b/src/FDM/LaRCsim/c172_aero.c index e2b9287a8..837cc1ef5 100644 --- a/src/FDM/LaRCsim/c172_aero.c +++ b/src/FDM/LaRCsim/c172_aero.c @@ -181,7 +181,7 @@ void aero( SCALAR dt, int Initialize ) { CLob=0; - /* original /* /* Cdob=0.031; */ + /* original */ /* Cdob=0.031; */ Cdob=0.046; Cda=0.13; /*Not used*/ Cdde=0.06; diff --git a/src/Objects/materialmgr.cxx b/src/Objects/materialmgr.cxx index 515a2c7e7..85db3929a 100644 --- a/src/Objects/materialmgr.cxx +++ b/src/Objects/materialmgr.cxx @@ -300,7 +300,7 @@ fgMATERIAL_MGR::set_step ( int step ) } -#ifdef +#if 0 void fgMATERIAL_MGR::render_fragments() {