1
0
Fork 0

warning--

This commit is contained in:
mfranz 2006-03-04 22:05:19 +00:00
parent f7e41b2e3e
commit b33d28cf4b
2 changed files with 2 additions and 3 deletions

View file

@ -11,8 +11,8 @@
PitotSystem::PitotSystem ( SGPropertyNode *node )
:
name("pitot"),
num(0)
num(0),
name("pitot")
{
int i;
for ( i = 0; i < node->nChildren(); ++i ) {

View file

@ -151,7 +151,6 @@ time_t FGScheduledFlight::processTimeString(const string& theTime)
{
int weekday;
int timeOffsetInDays;
int targetDate;
int targetHour;
int targetMinute;
int targetSecond;