From 628890473f19e29f69a252acb241138ead28a8bd Mon Sep 17 00:00:00 2001 From: Stefan Kemper Date: Tue, 7 Oct 2003 20:48:52 +0000 Subject: Fix compiler warning git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@1983 06663e23-700e-0410-b217-a244a6096597 --- pcl/pctop.c | 1 + 1 file changed, 1 insertion(+) (limited to 'pcl/pctop.c') 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 */ -- cgit v1.2.3