soltools/cpp/_getopt.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 67b153e0defb2f3e098a47bfcb2e8432b887a248
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Tue Sep 18 10:38:42 2018 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Tue Sep 18 16:32:34 2018 +0200

    loplugin:external (in non-Linux code)
    
    Change-Id: I8cd9d278cfa9da9ceaab364a549d0e2c92d4be09
    Reviewed-on: https://gerrit.libreoffice.org/60664
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to