summaryrefslogtreecommitdiff
path: root/jvmfwk/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-09 15:42:37 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-09 15:42:37 +0100
commit884437ef2e8f6739e149c96be5992253c3720bcb (patch)
tree9f350af56ca4f30ccfb70eb5d9f51f9664e6260c /jvmfwk/source
parentd5f2ba9a3ebf952cb237141dae33ba9fc06ddabd (diff)
New loplugin:externvar: jvmfwk
Change-Id: I0fee834ba07ecdc713e0e066935773f49a109665
Diffstat (limited to 'jvmfwk/source')
-rw-r--r--jvmfwk/source/fwkbase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/jvmfwk/source/fwkbase.cxx b/jvmfwk/source/fwkbase.cxx
index b7d1d91cda2a..6eacf33e4bcf 100644
--- a/jvmfwk/source/fwkbase.cxx
+++ b/jvmfwk/source/fwkbase.cxx
@@ -43,7 +43,7 @@ using namespace osl;
namespace jfw
{
-bool g_bJavaSet = false;
+static bool g_bJavaSet = false;
namespace {