• Mike Gabriel's avatar
    hw/nxagent/NX*.c: Amend re-introduced nxagent warnings by fixing the… · 3bdcd172
    Mike Gabriel authored
    hw/nxagent/NX*.c: Amend re-introduced nxagent warnings by fixing the corresponding code section in files included from "somewhere" in nx-X11/programs/Xserver/.
    
     (1)
     In file included from NXrender.c:44:0:
     ../../mi/../render/render.c: In function ‘swapStops’:
     ../../mi/../render/render.c:2541:13: warning: variable ‘colors’ set but not used [-Wunused-but-set-variable]
          CARD16 *colors;
                  ^
    
     (2)
     In file included from NXevents.c:133:0:
     ../../dix/events.c: In function ‘ReinitializeRootWindow’:
     ../../dix/events.c:2046:15: warning: unused variable ‘pScreen’ [-Wunused-variable]
          ScreenPtr pScreen = win->drawable.pScreen;
                    ^
     ../../dix/events.c: In function ‘XineramaPointInWindowIsVisible’:
     ../../dix/events.c:2177:15: warning: variable ‘pScreen’ set but not used [-Wunused-but-set-variable]
          ScreenPtr pScreen = pWin->drawable.pScreen;
                    ^
     In file included from NXevents.c:133:0:
     ../../dix/events.c: In function ‘XineramaPointInWindowIsVisible’:
     ../../dix/events.c:2191:2: error: ‘pScreen’ undeclared (first use in this function)
       pScreen = pWin->drawable.pScreen;
       ^
    
     (3)
     In file included from NXdixfonts.c:77:0:
     ../../dix/dixfonts.c: In function ‘GetFontPath’:
     ../../dix/dixfonts.c:1890:2: warning: return makes pointer from integer without a cast
       return BadAlloc;
       ^
    3bdcd172
Name
Last commit
Last update
..
GL Loading commit data...
Xext Loading commit data...
Xi Loading commit data...
composite Loading commit data...
damageext Loading commit data...
dbe Loading commit data...
dix Loading commit data...
fb Loading commit data...
hw Loading commit data...
include Loading commit data...
mfb Loading commit data...
mi Loading commit data...
miext Loading commit data...
os Loading commit data...
randr Loading commit data...
record Loading commit data...
render Loading commit data...
xfixes Loading commit data...
xkb Loading commit data...
Imakefile Loading commit data...
Xserver.man Loading commit data...
fix-miregion Loading commit data...
fix-miregion-private Loading commit data...
fix-region Loading commit data...