mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Handle expect no warnings together with expected
This commit is contained in:
parent
596bb2d443
commit
d079ab9d19
3 changed files with 12 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue