From aecd984ad1c0dc29e15891bca227a96aedbde154 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 9 Jan 2017 21:14:57 +0100 Subject: [PATCH] loplugin:externvar Change-Id: Icaa7d1f10aafbb1b143252eca565f332eb040e82 --- rsc/source/rscpp/cpp1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rsc/source/rscpp/cpp1.c b/rsc/source/rscpp/cpp1.c index f277b6b05695..4724b53bfc40 100644 --- a/rsc/source/rscpp/cpp1.c +++ b/rsc/source/rscpp/cpp1.c @@ -25,7 +25,7 @@ #include "cpp.h" FILE* pCppOut = NULL; -FILE* pCppIn = NULL; +static FILE* pCppIn = NULL; #if OSL_DEBUG_LEVEL > 1 FILE* pDefOut = NULL; /* ER evtl. #define's dump */ @@ -187,7 +187,7 @@ char* magic[] = static char* sharpfilename = NULL; -int nRunde = 0; +static int nRunde = 0; void InitCpp1() {