-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
gcc -Wall -o keyboard_mouse keyboard_mouse.c
keyboard_mouse.c: In function 'main':
keyboard_mouse.c:74: error: 'for' loop initial declarations are only allowed in C99 mode
keyboard_mouse.c:74: note: use option -std=c99 or -std=gnu99 to compile your code
keyboard_mouse.c:134: error: 'for' loop initial declarations are only allowed in C99 mode
keyboard_mouse.c:232: error: storage size of 'setup_data' isn't known
keyboard_mouse.c:239: error: 'UI_DEV_SETUP' undeclared (first use in this function)
keyboard_mouse.c:239: error: (Each undeclared identifier is reported only once
keyboard_mouse.c:239: error: for each function it appears in.)
OS : CentOS 6.10
Help me....
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels