summaryrefslogtreecommitdiff
path: root/e2fslib/util/gcc-wall-cleanup
blob: 4d817b1e58280f9eae8ced407e5906eeba64bc7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sed -f
#
# This script filters out gcc-wall crud that we're not interested in seeing.
#
/^cc /d
/^kcc /d
/^gcc /d
/does not support `long long'/d
/does not support the `ll' length modifier/d
/ANSI C forbids long long integer constants/d
/traditional C rejects string concatenation/d
/integer constant is unsigned in ANSI C, signed with -traditional/d
/At top level:/d
/In file included from/d
/In function `.*':/d
/^[ 	]*from/d