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
|
@ -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…
Reference in New Issue