From 14049d75fdb9acc0bbe0c49d876805580f421561 Mon Sep 17 00:00:00 2001 From: Martin Mathieson Date: Sat, 27 Jun 2020 22:15:43 +0100 Subject: [PATCH] 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 Tested-by: Petri Dish Buildbot Reviewed-by: Martin Mathieson --- tools/cppcheck/includes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/cppcheck/includes b/tools/cppcheck/includes index 99edc71f29..896651e44f 100644 --- a/tools/cppcheck/includes +++ b/tools/cppcheck/includes @@ -1,5 +1,7 @@ ./epan/ ./epan/dissectors/ +./epan/wslua/ ./tools/lemon/ ./ui/ ./wiretap/ +.