Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8316 in orxonox.OLD for trunk/src/orxonox.cc


Ignore:
Timestamp:
Jun 11, 2006, 1:57:27 PM (19 years ago)
Author:
bensch
Message:

trunk: fixed most -Wall warnings… but there are still many missing :/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/orxonox.cc

    r8145 r8316  
    203203
    204204  PRINTF(3)("Parsed Config File: '%s'\n", this->configFileName.c_str());
     205  return this->configFileName;
    205206}
    206207
     
    459460
    460461  return startOrxonox(argc, argv, "", -1);
    461   return 0;
    462462}
    463463
     
    497497    startOrxonox(argc, argv, "", port);
    498498  }
     499  return 1;
    499500}
    500501
     
    546547  delete orx;
    547548  File("~/.orxonox/orxonox.lock").remove();
    548 }
     549  return 1;
     550}
Note: See TracChangeset for help on using the changeset viewer.