Skip to content

Commit

Permalink
added (temporary) suppression of Cppcheck uninitMemberVar warnings …
Browse files Browse the repository at this point in the history
…in `ulalaca/ulalaca.cpp`
  • Loading branch information
firewave committed Sep 4, 2023
1 parent 71ae1db commit 6d318e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/run_cppcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ fi
if [ -z "$CPPCHECK_FLAGS" ]; then
CPPCHECK_FLAGS="--quiet --force --std=c11 --std=c++11 --inline-suppr \
--enable=warning --error-exitcode=1 -i third_party \
--suppress=uninitMemberVar:ulalaca/ulalaca.cpp \
-I . -I common"
fi
CPPCHECK_FLAGS="$CPPCHECK_FLAGS -D__cppcheck__"
Expand Down

0 comments on commit 6d318e8

Please sign in to comment.