aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/log.h
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2020-02-22 10:52:46 +0100
committerMiodrag Milanovic <mmicko@gmail.com>2020-02-22 10:52:46 +0100
commitd079ab9d19b7d18134f5b6f30da9a6666f30ad97 (patch)
treee8f4e5dc3355aeedb6e68437eaf85d99c5f5c082 /kernel/log.h
parent596bb2d443a589df4deede4cc86783249e3bb09c (diff)
downloadyosys-d079ab9d19b7d18134f5b6f30da9a6666f30ad97.tar.gz
yosys-d079ab9d19b7d18134f5b6f30da9a6666f30ad97.tar.bz2
yosys-d079ab9d19b7d18134f5b6f30da9a6666f30ad97.zip
Handle expect no warnings together with expected
Diffstat (limited to 'kernel/log.h')
-rw-r--r--kernel/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/log.h b/kernel/log.h
index 79de1a20a..603938f4c 100644
--- a/kernel/log.h
+++ b/kernel/log.h
@@ -52,6 +52,7 @@ extern std::map<std::string, std::set<std::string>> log_hdump;
extern std::vector<std::regex> log_warn_regexes, log_nowarn_regexes, log_werror_regexes;
extern std::set<std::string> log_warnings, log_experimentals, log_experimentals_ignored;
extern int log_warnings_count;
+extern int log_warnings_count_noexpect;
extern bool log_expect_no_warnings;
extern bool log_hdump_all;
extern FILE *log_errfile;