Fixed compilation warnings

Try to get the number of warnings down
This commit is contained in:
Armin Novak
2021-07-28 15:18:03 +02:00
committed by akallabeth
parent 0c81c73c8d
commit 610396e197
55 changed files with 277 additions and 239 deletions

View File

@@ -33,7 +33,7 @@
* Mac OS X
*/
DWORD KEYCODE_TO_VKCODE_APPLE[256] = {
static DWORD KEYCODE_TO_VKCODE_APPLE[256] = {
0, /* 0 */
0, /* 1 */
0, /* 2 */
@@ -301,7 +301,7 @@ DWORD KEYCODE_TO_VKCODE_APPLE[256] = {
/* TODO: Finish Japanese Keyboard */
DWORD KEYCODE_TO_VKCODE_EVDEV[256] = {
static DWORD KEYCODE_TO_VKCODE_EVDEV[256] = {
0, /* 0 */
0, /* 1 */
0, /* 2 */