hw/nxagent/NXglyphcurs.c: Don't declare and set gcval, if not being used later on.
Amends the following compiler warning:
```
NXglyphcurs.c: In function ‘ServerBitsFromGlyph’:
NXglyphcurs.c:109:17: warning: variable ‘gcval’ set but not used [-Wunused-but-set-variable]
ChangeGCVal gcval[3];
^
```
Showing
Please
register
or
sign in
to comment