- 
Mike Gabriel authoredAmends the following compiler warning: ``` NXrender.c: In function ‘swapStops’: NXrender.c:3036:13: warning: variable ‘colors’ set but not used [-Wunused-but-set-variable] CARD16 *colors; ^ ```ab196f3a
 Amends the following compiler warning:
 ```
 NXrender.c: In function ‘swapStops’:
 NXrender.c:3036:13: warning: variable ‘colors’ set but not used [-Wunused-but-set-variable]
      CARD16 *colors;
              ^
 ```