aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-06-23 08:01:36 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-06-23 08:01:36 +0200
commit6f4e49bb47b064024863e87bb7a3ae3c8348c40a (patch)
treeb0786577907a79204a51d7ee4a6a387b47395341 /common
parent0508fb3627966bd1298b614190fb9160cbcba415 (diff)
downloadnextpnr-6f4e49bb47b064024863e87bb7a3ae3c8348c40a.tar.gz
nextpnr-6f4e49bb47b064024863e87bb7a3ae3c8348c40a.tar.bz2
nextpnr-6f4e49bb47b064024863e87bb7a3ae3c8348c40a.zip
cleaned some warnings
Diffstat (limited to 'common')
-rw-r--r--common/log.cc2
1 files changed, 1 insertions, 1 deletions
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)