Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8316 in orxonox.OLD for trunk/src/lib/lang


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/lib/lang/class_list.cc

    r8271 r8316  
    367367      while (std::pow((float)10, (int)lenCount) <= (*cl).objectList.size())
    368368        ++lenCount;
    369       for (int i=0; i < 30-(*cl).className.size() - lenCount; i++)
     369      for (unsigned int i=0; i < 30-(*cl).className.size() - lenCount; i++)
    370370        (niceString[i]) = ' ';
    371371      niceString[30-(*cl).className.size() - lenCount] = '\0';
Note: See TracChangeset for help on using the changeset viewer.