hw/nxagent/Clipboard.c: The result variable is only needed when combiled with -DDEBUG.
Amends the following compiler warning:
```
Clipboard.c: In function ‘nxagentRequestSelection’:
Clipboard.c:272:7: warning: variable ‘result’ set but not used [-Wunused-but-set-variable]
int result;
^
```
Showing
Please
register
or
sign in
to comment