Skip to content

Commit d792bfd

Browse files
committed
cppcheck: exclude pugixml
Change-Id: I8975c6829724adb2fdf000fd7e3ce8ef989dd950
1 parent bf08bd1 commit d792bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cppcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
cppcheck $1 --force --enable=warning --inline-suppr -iPCMService.cpp -isimdjson -iPcmMsrDriver_info.c -igoogletest -DTEXT -j $2 2> cppcheck.out
2+
cppcheck $1 --force --enable=warning --inline-suppr -iPCMService.cpp -isimdjson -ipugixml -iPcmMsrDriver_info.c -igoogletest -DTEXT -j $2 2> cppcheck.out
33

44
if [ -s cppcheck.out ]
55
then

0 commit comments

Comments
 (0)