cppcheck: add more include folders to look in.

Without this (particularly '.'), for some files it macro definitions cannot
be found the whole file is basically skipped.

Will make overall scan take quite a bit longer.

Change-Id: I7498b23ad9b27edd3a815c7fc51ef8501fa5a56a
Reviewed-on: https://code.wireshark.org/review/37567
Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
This commit is contained in:
Martin Mathieson 2020-06-27 22:15:43 +01:00 committed by Martin Mathieson
parent 9d17b367c4
commit 14049d75fd
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
./epan/
./epan/dissectors/
./epan/wslua/
./tools/lemon/
./ui/
./wiretap/
.