A script to suppress some common Lacheck warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-11-22 08:49:58 +00:00
parent bdc68939fb
commit e22cbf697e

View File

@@ -0,0 +1,3 @@
# Suppresses some of the more common warnings
lacheck $1 | sed -e "/possible unwanted/d;/you may need/d;/TAB characyer/d;/Use \`/d;/missing \`\\\/d;/Dots/d;/Whitespace/d"