summaryrefslogtreecommitdiff
path: root/base/gp_strdl.c
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2021-10-01 13:22:39 +0100
committerRobin Watts <Robin.Watts@artifex.com>2021-10-01 13:26:23 +0100
commitabd7cff390ec8d7d692bec66e74aa01e4819dece (patch)
tree5bf2f4e54cedaf8c428561672d0af3438480f942 /base/gp_strdl.c
parent830afae5454dea3bff903869d82022306890a96c (diff)
downloadghostpdl-abd7cff390ec8d7d692bec66e74aa01e4819dece.tar.gz
LGTM warning suppressions and fixes.
Fix (hopefully) the last few LGTM warnings. Suppress warnings for those things that we can't avoid (use of goto in speed critical state machines for example), and fix those we can.
Diffstat (limited to 'base/gp_strdl.c')
-rw-r--r--base/gp_strdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gp_strdl.c b/base/gp_strdl.c
index d8a2f516b..69b981bc3 100644
--- a/base/gp_strdl.c
+++ b/base/gp_strdl.c
@@ -21,7 +21,7 @@
#include "gp.h"
int
-gp_readline_init(void **preadline_data, gs_memory_t * mem) /* lgtm [cpp/useless-expression] */
+gp_readline_init(void **preadline_data, gs_memory_t * mem)
{
return 0;
}