- 
Mike Gabriel authoredAmends 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; ^ ```634484bb
 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;
        ^
 ```