hw/nxagent/Keyboard.c: The ret variable is only used later on when compiled with -DTEST.
Amends the following compiler warning:
```
Keyboard.c: In function ‘nxagentKeyboardProc’:
Keyboard.c:688:7: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
int ret;
^
```
Showing
Please
register
or
sign in
to comment