blob: 6148e4619132c67c731b4c4ed45f21d72e2064ae [file] [log] [blame]
Theodore Ts'obbabf8f2001-01-11 15:44:00 +00001#!/bin/sed -f
2#
3# This script filters out gcc-wall crud that we're not interested in seeing.
4#
5/^cc /d
6/^kcc /d
7/^gcc /d
8/does not support `long long'/d
Theodore Ts'o54434922003-12-07 01:28:50 -05009/forbids long long integer constants/d
Theodore Ts'obbabf8f2001-01-11 15:44:00 +000010/does not support the `ll' length modifier/d
Theodore Ts'o54434922003-12-07 01:28:50 -050011/does not support the `ll' printf length modifier/d
Theodore Ts'o4055ef72001-01-14 16:11:14 +000012/ANSI C forbids long long integer constants/d
Theodore Ts'obbabf8f2001-01-11 15:44:00 +000013/traditional C rejects string concatenation/d
Theodore Ts'o4055ef72001-01-14 16:11:14 +000014/integer constant is unsigned in ANSI C, signed with -traditional/d
Theodore Ts'obbabf8f2001-01-11 15:44:00 +000015/At top level:/d
16/In file included from/d
17/In function `.*':/d
Theodore Ts'o54434922003-12-07 01:28:50 -050018/zero-length format string/d
19/warning: missing initializer/d
20/warning: (near initialization for/d
Theodore Ts'obbabf8f2001-01-11 15:44:00 +000021/^[ ]*from/d
22