summaryrefslogtreecommitdiff
path: root/contrib/lips4
diff options
context:
space:
mode:
authorJulian Smith <jules@op59.net>2019-11-29 12:40:02 +0000
committerJulian Smith <jules@op59.net>2019-11-29 12:40:02 +0000
commitf977255de00bb71f5c2627b8692912bb3263ee48 (patch)
tree1affb6be3b09cb828b049306b13754b90bb4e4d0 /contrib/lips4
parentf877f5bc792206085f9edf4143983d4156fb3ae5 (diff)
downloadghostpdl-f977255de00bb71f5c2627b8692912bb3263ee48.tar.gz
Coverity 94645: added '/* Fall through. */ comments to switch statements.
This should convince Coverity that the fall-through's are intentional.
Diffstat (limited to 'contrib/lips4')
-rw-r--r--contrib/lips4/gdevl4r.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/lips4/gdevl4r.c b/contrib/lips4/gdevl4r.c
index d826fd40d..01f9cf9b9 100644
--- a/contrib/lips4/gdevl4r.c
+++ b/contrib/lips4/gdevl4r.c
@@ -520,6 +520,7 @@ lips4_put_params(gx_device * pdev, gs_param_list * plist)
default:
ecode = code;
pmediae:param_signal_error(plist, param_name, ecode);
+ /* Fall through. */
case 1:
pmedia.data = 0;
break;