Skip to content

Commit

Permalink
scripts/cppcheck.sh: remove obsolete lines about SDE
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Nov 2, 2024
1 parent 779871e commit 3e8bf03
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/cppcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,6 @@ ret_code=0
grep -v "unmatchedSuppression" ${LOG_FILE} | grep -v -e " yacc.c" -e PublicDecompWT -e "kdu_cache_wrapper.h" > ${LOG_FILE}.tmp
mv ${LOG_FILE}.tmp ${LOG_FILE}

# I don't want to care about SDE
grep -v -e "frmts/sde" -e "ogr/ogrsf_frmts/sde" ${LOG_FILE} > ${LOG_FILE}.tmp
mv ${LOG_FILE}.tmp ${LOG_FILE}

# I don't want to care about flatbuffers
grep -v -e "ogr/ogrsf_frmts/flatgeobuf/flatbuffers" ${LOG_FILE} > ${LOG_FILE}.tmp
mv ${LOG_FILE}.tmp ${LOG_FILE}
Expand Down

0 comments on commit 3e8bf03

Please sign in to comment.