mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-22 05:43:40 +00:00
Option to expect no warnings
This commit is contained in:
parent
d8735b2913
commit
5641b0248f
4 changed files with 12 additions and 0 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 bool log_expect_no_warnings;
|
||||
extern bool log_hdump_all;
|
||||
extern FILE *log_errfile;
|
||||
extern SHA1 *log_hasher;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue