Warning fix on Intel compiler.
This commit is contained in:
parent
38d7568f9c
commit
61500281a9
5 changed files with 9 additions and 8 deletions
|
@ -319,6 +319,7 @@ static int KeyMap::SetKeyMapping(KeyMap::Key key, int btn)
|
|||
return KEYMAP_ERROR_KEY_ALREADY_USED;
|
||||
|
||||
g_Config.iMappingMap[key] = btn;
|
||||
return btn;
|
||||
}
|
||||
|
||||
static int KeyMap::RegisterPlatformDefaultKeyMap(std::map<int,int> *overriding_map)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue