Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7958


Ignore:
Timestamp:
Feb 24, 2011, 10:56:43 PM (13 years ago)
Author:
dafrick
Message:

Fixed a warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/core/input/KeyBinder.cc

    r7891 r7958  
    398398            for (size_t mode_index = 0; mode_index < 3; ++mode_index)
    399399            {
    400                 if (mode_index == new_mode) // skip commands that are already in the desired mode
     400                if (mode_index == (unsigned int)new_mode) // skip commands that are already in the desired mode
    401401                    continue;
    402402
Note: See TracChangeset for help on using the changeset viewer.