diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-09 20:00:00 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-09 20:00:00 +0100 |
commit | e5c324016dcbadeb7664052124cc927246c2953f (patch) | |
tree | 79512768fa02935bce5be5fbd7e46c0833e87405 /solenv | |
parent | 62affdd4bf8ac45dfe6ce5274623e659895fdafa (diff) |
loplugin:externvar
Change-Id: I63571c0003e6e0d7bd7a0c71a7dd47955a8871e0
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/bin/concat-deps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/concat-deps.c b/solenv/bin/concat-deps.c index cfaac07e6691..c63d5a7ae73c 100644 --- a/solenv/bin/concat-deps.c +++ b/solenv/bin/concat-deps.c @@ -108,7 +108,7 @@ #define FALSE 0 #endif -int internal_boost = 0; +static int internal_boost = 0; static char* base_dir; static char* work_dir; size_t work_dir_len; |