wxWidgets/utils/tex2rtf/tools/suppresswarnings.sh

4 lines
172 B
Bash
Raw Normal View History

# 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"