diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-09-18 10:38:42 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-09-18 16:32:34 +0200 |
commit | 67b153e0defb2f3e098a47bfcb2e8432b887a248 (patch) | |
tree | 80c97a84e8313449752913938c6c8e5686f7b8a5 /soltools | |
parent | b9796d00be8ac90b4e3b8cecbf34a3117bc92ce6 (diff) |
loplugin:external (in non-Linux code)
Change-Id: I8cd9d278cfa9da9ceaab364a549d0e2c92d4be09
Reviewed-on: https://gerrit.libreoffice.org/60664
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'soltools')
-rw-r--r-- | soltools/cpp/_getopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |