Make debug build nearly warning free in MSVC 2015
This commit is contained in:
parent
a71fbccfbc
commit
3232e46c36
23 changed files with 828 additions and 833 deletions
|
@ -365,7 +365,7 @@ void SetDefaultKeyMap(DefaultMaps dmap, bool replace) {
|
|||
#elif defined(_WIN32) && !defined(_XBOX)
|
||||
HKL localeId = GetKeyboardLayout(0);
|
||||
// TODO: Is this list complete enough?
|
||||
switch ((int)localeId & 0xFFFF) {
|
||||
switch ((int)(intptr_t)localeId & 0xFFFF) {
|
||||
case 0x407:
|
||||
qwertz = true;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue