summaryrefslogtreecommitdiff
path: root/soltools/cpp/_tokens.c
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-09-15 19:08:24 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-09-16 20:53:28 +0200
commit41493823f98a1751df943b07da8b887f29052ffb (patch)
treecc9350041379af3fb43910dba80dd0b7ebfcfa41 /soltools/cpp/_tokens.c
parentd357e50fa1734da0bf341dbd49fc0596011bdfe3 (diff)
loplugin:external in Executable_cpp
...showing that tottok and tokkind are actually unused Change-Id: Ic70f4f1fd7b585b00e98b538d116599e395a43b9 Reviewed-on: https://gerrit.libreoffice.org/60536 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'soltools/cpp/_tokens.c')
-rw-r--r--soltools/cpp/_tokens.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/soltools/cpp/_tokens.c b/soltools/cpp/_tokens.c
index c099f7ae1f89..6842de38301f 100644
--- a/soltools/cpp/_tokens.c
+++ b/soltools/cpp/_tokens.c
@@ -66,7 +66,7 @@ static unsigned char toLatin1[256] =
#define MASK "\\x%x"
-int
+static int
memcpy_EBCDIC( char * pwbuf, uchar const *p, int len )
{
int currpos = 0;