diff options
author | Stefan Kemper <stefan.kemper@artifex.com> | 2003-10-07 20:48:52 +0000 |
---|---|---|
committer | Stefan Kemper <stefan.kemper@artifex.com> | 2003-10-07 20:48:52 +0000 |
commit | 628890473f19e29f69a252acb241138ead28a8bd (patch) | |
tree | da93a9922fde012403ce7d9e9fec0d22080b7bdc /pcl/pctop.c | |
parent | 8f0de71d7eaa207d8cc26c1edd833087572611a9 (diff) |
Fix compiler warning
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@1983 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'pcl/pctop.c')
-rw-r--r-- | pcl/pctop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pcl/pctop.c b/pcl/pctop.c index 0b067bf2f..5fc172ea3 100644 --- a/pcl/pctop.c +++ b/pcl/pctop.c @@ -386,6 +386,7 @@ pcl_impl_set_device( pisdEnd: switch (stage) { case Sdone: /* don't undo success */ + case Sinitg: /* can't happen removes warning */ break; case Spclgsave: /* 2nd gsave failed */ |