- 
Mike Gabriel authoredAmends 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]; ^ ```292d88d0
 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];
                 ^
 ```