From 7ca853e4a3948179534f60c9fe07ee0078ed6380 Mon Sep 17 00:00:00 2001
From: kristof <Kristof.Szabados@ericsson.com>
Date: Sat, 15 Apr 2017 12:39:43 +0200
Subject: [PATCH] these are actually static variables

Signed-off-by: kristof <Kristof.Szabados@ericsson.com>
---
 compiler2/main.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler2/main.cc b/compiler2/main.cc
index 298291cff..c09b9d0ef 100644
--- a/compiler2/main.cc
+++ b/compiler2/main.cc
@@ -79,8 +79,8 @@ using namespace Common;
 
 const char *output_dir = NULL;
 const char *tcov_file_name = NULL;
-const char *profiler_file_name = NULL;
-const char *file_list_file_name = NULL;
+static const char *profiler_file_name = NULL;
+static const char *file_list_file_name = NULL;
 tcov_file_list *tcov_files = NULL;
 expstring_t effective_module_lines = NULL;
 expstring_t effective_module_functions = NULL;
-- 
GitLab