summaryrefslogtreecommitdiff
path: root/gs/base/gxblend1.c
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2011-04-26 12:37:14 +0100
committerRobin Watts <Robin.Watts@artifex.com>2011-04-26 12:37:14 +0100
commit11b5fb512393a6e9d9bdf6c076dc388ebd8c7c3f (patch)
tree3689fe0b02a289f1b233976fd91e73ce3419f149 /gs/base/gxblend1.c
parenta349c53ca01df5e425f25d1fa14d38c43d95b60c (diff)
downloadghostpdl-11b5fb512393a6e9d9bdf6c076dc388ebd8c7c3f.tar.gz
Fix warnings (unused variables and missing cases in switches).
Diffstat (limited to 'gs/base/gxblend1.c')
-rw-r--r--gs/base/gxblend1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gs/base/gxblend1.c b/gs/base/gxblend1.c
index af3f52bd0..76f0b968c 100644
--- a/gs/base/gxblend1.c
+++ b/gs/base/gxblend1.c
@@ -441,7 +441,6 @@ pdf14_encode_color_tag(gx_device *dev, const gx_color_value colors[])
gx_color_index color;
int i;
int ncomp = dev->color_info.num_components;
- int tag_value;
/* Add in the tag information */
color = gs_current_object_tag(dev->memory);