From 6f4e49bb47b064024863e87bb7a3ae3c8348c40a Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 23 Jun 2018 08:01:36 +0200 Subject: cleaned some warnings --- common/log.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/log.cc b/common/log.cc index 73c764a4..02c6fe9a 100644 --- a/common/log.cc +++ b/common/log.cc @@ -42,7 +42,7 @@ int log_verbose_level; std::string log_last_error; void (*log_error_atexit)() = NULL; -static bool next_print_log = false; +//static bool next_print_log = false; static int log_newline_count = 0; std::string vstringf(const char *fmt, va_list ap) -- cgit v1.2.3