From 67b153e0defb2f3e098a47bfcb2e8432b887a248 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 18 Sep 2018 10:38:42 +0200 Subject: loplugin:external (in non-Linux code) Change-Id: I8cd9d278cfa9da9ceaab364a549d0e2c92d4be09 Reviewed-on: https://gerrit.libreoffice.org/60664 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- soltools/cpp/_getopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'soltools/cpp') diff --git a/soltools/cpp/_getopt.c b/soltools/cpp/_getopt.c index a5cd4389558b..8f9181ccad52 100644 --- a/soltools/cpp/_getopt.c +++ b/soltools/cpp/_getopt.c @@ -27,7 +27,7 @@ static int opterr = 1; int optind = 1; -int optopt; +static int optopt; char *optarg; int -- cgit