- 
Mike Gabriel authoredAmends the following compiler warning: ``` Splash.c: In function ‘nxagentPaintLogo’: Splash.c:168:13: warning: unused variable ‘m’ [-Wunused-variable] XPoint m[12]; ^ ```c206a0c6
 Amends the following compiler warning:
 ```
 Splash.c: In function ‘nxagentPaintLogo’:
 Splash.c:168:13: warning: unused variable ‘m’ [-Wunused-variable]
    XPoint    m[12];
              ^
 ```