mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Add "yosys -w" for suppressing warnings
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ struct log_cmd_error_exception { };
|
||||
extern std::vector<FILE*> log_files;
|
||||
extern std::vector<std::ostream*> log_streams;
|
||||
extern std::map<std::string, std::set<std::string>> log_hdump;
|
||||
extern std::vector<std::regex> log_warn_regexes;
|
||||
extern std::vector<std::regex> log_warn_regexes, log_nowarn_regexes;
|
||||
extern bool log_hdump_all;
|
||||
extern FILE *log_errfile;
|
||||
extern SHA1 *log_hasher;
|
||||
|
||||
Reference in New Issue
Block a user