mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Fixed compilation warnings
Try to get the number of warnings down
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user