diff options
author | Ihor Antonov <ngortheone@users.noreply.github.com> | 2019-07-12 05:36:19 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-07-12 11:36:19 +0200 |
commit | dd94165f4ea9bbd36f382ff28adc29778411f810 (patch) | |
tree | 960878843bb1c20ddb645aea97b9c2bd2a28a040 | |
parent | 6eab3b925016d6474bbf00671071414c7b0209c3 (diff) | |
download | rneovim-dd94165f4ea9bbd36f382ff28adc29778411f810.tar.gz rneovim-dd94165f4ea9bbd36f382ff28adc29778411f810.tar.bz2 rneovim-dd94165f4ea9bbd36f382ff28adc29778411f810.zip |
pvscheck.sh: Remove --verbose flag #10473
pvscheck.sh gives error:
Flag could not be matched: verbose
-rwxr-xr-x | scripts/pvscheck.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/pvscheck.sh b/scripts/pvscheck.sh index fed50dde53..c09e8c4555 100755 --- a/scripts/pvscheck.sh +++ b/scripts/pvscheck.sh @@ -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 |