Skip to content

Commit

Permalink
scripts/cppcheck.sh: tune for latest cppcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jan 16, 2024
1 parent d55ee2a commit 078eaa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/cppcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ grep -v "unmatchedSuppression" ${LOG_FILE} \
| grep -v -e "helmert.*unreadVariable,Variable 'point.*' is assigned a value that is never used" \
| grep -v -e "molodensky.*unreadVariable,Variable 'point.*' is assigned a value that is never used" \
| grep -v -e "vgridshift.*unreadVariable,Variable 'point.*' is assigned a value that is never used" \
| grep -v -e "defines member function with name.*also defined in its parent" \
> ${LOG_FILE}.tmp
mv ${LOG_FILE}.tmp ${LOG_FILE}

Expand Down

0 comments on commit 078eaa4

Please sign in to comment.