hw/nxagent/Colormap.c: Don't declare and assign flexibility variable if not used later on.
 Amends the following compiler warning:
 ```
 Colormap.c: In function ‘nxagentReconnectAllColormap’:
 Colormap.c:575:7: warning: variable ‘flexibility’ set but not used [-Wunused-but-set-variable]
    int flexibility;
        ^
 ```
Showing
Please
register
or
sign in
to comment