mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00
--no-usage-warnings flag to suppress analysis
This commit is contained in:
parent
763b448aef
commit
d9479c0502
7 changed files with 29 additions and 7 deletions
|
@ -58,6 +58,7 @@ struct Options
|
|||
bool perftools_profile = false;
|
||||
bool deterministic_mode = false;
|
||||
bool abort_on_scripting_errors = false;
|
||||
bool no_usage_warnings = false;
|
||||
|
||||
bool run_unit_tests = false;
|
||||
std::vector<std::string> doctest_args;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue