validate-clang-check (PD): Display also warning

Change-Id: Ie9f36ddbd95b5ebe94b9fc5e2a18ab12c1fb031f
Reviewed-on: https://code.wireshark.org/review/34903
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
This commit is contained in:
Alexis La Goutte 2019-11-02 11:18:01 +00:00
parent e7acb32a5a
commit 86b0fe361c
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ COMMIT_FILES=$( git diff-index --cached --name-status HEAD^ | grep -v "^D" | cut
for FILE in $COMMIT_FILES; do
clang-check ../$FILE
clang-check -analyze ../$FILE
done