pvscheck.sh: Remove --verbose flag #10473

pvscheck.sh gives error:
    Flag could not be matched: verbose
This commit is contained in:
Ihor Antonov 2019-07-12 05:36:19 -04:00 committed by Justin M. Keyes
parent 6eab3b9250
commit dd94165f4e
1 changed files with 0 additions and 1 deletions

View File

@ -369,7 +369,6 @@ run_analysis() {(
analyze \
--threads "$(get_jobs_num)" \
--output-file PVS-studio.log \
--verbose \
--file build/compile_commands.json \
--sourcetree-root . || true