mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-07 04:00:28 +01:00
remove some compiler warnings in Xprint/ps/PsText.c
Note that one of the existing warnings is pointing out a real bug (uninitialized use for fontPage in PsPolyText16()) if anyone really cares about this code.
This commit is contained in:
parent
1ac30947f4
commit
35fccb0068
1 changed files with 1 additions and 5 deletions
|
|
@ -329,11 +329,7 @@ PsPolyText16(
|
|||
{
|
||||
PsOutPtr psOut;
|
||||
ColormapPtr cMap;
|
||||
unsigned short c,
|
||||
c_hiByte,
|
||||
c_lowByte,
|
||||
fontPage;
|
||||
int i;
|
||||
unsigned short fontPage;
|
||||
|
||||
if( PsUpdateDrawableGC(pGC, pDrawable, &psOut, &cMap)==FALSE )
|
||||
return x;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue