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:
3
utils/tex2rtf/tools/suppresswarnings.sh
Normal file
3
utils/tex2rtf/tools/suppresswarnings.sh
Normal 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"
|
Reference in New Issue
Block a user