hw/nxagent/GCOps.c: Don't declare and assign oldDstxyValue if not used later on.
Amends the following compiler warning:
```
GCOps.c: In function ‘nxagentCopyArea’:
GCOps.c:597:7: warning: variable ‘oldDstxyValue’ set but not used [-Wunused-but-set-variable]
int oldDstxyValue;
^
```
Showing
Please
register
or
sign in
to comment