Skip to content

Commit

Permalink
cppcheck: exclude pugixml
Browse files Browse the repository at this point in the history
Change-Id: I8975c6829724adb2fdf000fd7e3ce8ef989dd950
  • Loading branch information
rdementi committed Jan 8, 2025
1 parent 6bb0dfb commit e90ee4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cppcheck.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

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

if [ -s cppcheck.out ]
then
Expand Down

0 comments on commit e90ee4b

Please sign in to comment.