3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 06:03:23 +00:00

Added "yosys -qq" to also quiet warning messages

This commit is contained in:
Clifford Wolf 2014-11-09 11:02:20 +01:00
parent a112b10934
commit 1e0f6b5ddb
4 changed files with 9 additions and 4 deletions

View file

@ -47,6 +47,7 @@ extern SHA1 *log_hasher;
extern bool log_time;
extern bool log_cmd_error_throw;
extern bool log_quiet_warnings;
extern int log_verbose_level;
void logv(const char *format, va_list ap);