From e22cbf697e9a725c6ba72777c67dd5ebd7b30d14 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Fri, 22 Nov 2002 08:49:58 +0000 Subject: [PATCH] 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 --- utils/tex2rtf/tools/suppresswarnings.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 utils/tex2rtf/tools/suppresswarnings.sh diff --git a/utils/tex2rtf/tools/suppresswarnings.sh b/utils/tex2rtf/tools/suppresswarnings.sh new file mode 100644 index 0000000000..07078c807b --- /dev/null +++ b/utils/tex2rtf/tools/suppresswarnings.sh @@ -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"