summaryrefslogtreecommitdiff
path: root/print_render.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-05-06 21:43:59 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-05-06 21:44:37 -0700
commit50ef34933ba3e846605d52a96619323e12887959 (patch)
treebb1b0c722700eee128ca15df4764393af4d28bda /print_render.c
parent0167af41624e8ef86b657d83ece09fe4e12fd6a2 (diff)
downloadxscope-50ef34933ba3e846605d52a96619323e12887959.tar.gz
Clear many compiler & sparse warnings
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'print_render.c')
-rw-r--r--print_render.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/print_render.c b/print_render.c
index 9436063..212fc27 100644
--- a/print_render.c
+++ b/print_render.c
@@ -42,10 +42,6 @@ RenderQueryVersion (FD fd, const unsigned char *buf)
void
RenderQueryVersionReply (FD fd, const unsigned char *buf)
{
- short n;
- long m;
- long k;
-
PrintField(RBf, 0, 1, REPLY, REPLYHEADER) /* RenderRequest reply */ ;
PrintField(RBf, 1, 1, RENDERREPLY, RENDERREPLYHEADER) /* RenderQueryVersion reply */;
if (Verbose < 1)
@@ -77,8 +73,6 @@ RenderQueryPictFormatsReply (FD fd, const unsigned char *buf)
long s;
long d;
long v;
- long m;
- long k;
PrintField(RBf, 0, 1, REPLY, REPLYHEADER) /* RenderRequest reply */ ;
PrintField(RBf, 1, 1, RENDERREPLY, RENDERREPLYHEADER) /* RenderQueryVersion reply */;
@@ -110,10 +104,6 @@ RenderQueryPictIndexValues (FD fd, const unsigned char *buf)
void
RenderQueryPictIndexValuesReply (FD fd, const unsigned char *buf)
{
- short n;
- long m;
- long k;
-
PrintField(RBf, 0, 1, REPLY, REPLYHEADER) /* RenderRequest reply */ ;
PrintField(RBf, 1, 1, RENDERREPLY, RENDERREPLYHEADER) /* RenderQueryVersion reply */;
if (Verbose < 1)
@@ -138,10 +128,6 @@ RenderQueryDithers (FD fd, const unsigned char *buf)
void
RenderQueryDithersReply (FD fd, const unsigned char *buf)
{
- short n;
- long m;
- long k;
-
PrintField(RBf, 0, 1, REPLY, REPLYHEADER) /* RenderRequest reply */ ;
PrintField(RBf, 1, 1, RENDERREPLY, RENDERREPLYHEADER) /* RenderQueryVersion reply */;
if (Verbose < 1)
@@ -413,10 +399,6 @@ PrintGlyphs(const unsigned char *buf, int n, char *name)
void
RenderAddGlyphs (FD fd, const unsigned char *buf)
{
- long n;
- long i;
- long g;
- long nb;
PrintField (buf, 0, 1, REQUEST, REQUESTHEADER) /* RenderRequest */ ;
PrintField (buf, 1, 1, RENDERREQUEST, RENDERREQUESTHEADER) /* RenderSwitch */ ;
if (Verbose < 1)