OSDN Git Service

Update for 1.24a release
[android-x86/external-e2fsprogs.git] / util / gcc-wall-cleanup
1 #!/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
9 /does not support the `ll' length modifier/d
10 /ANSI C forbids long long integer constants/d
11 /traditional C rejects string concatenation/d
12 /integer constant is unsigned in ANSI C, signed with -traditional/d
13 /At top level:/d
14 /In file included from/d
15 /In function `.*':/d
16 /^[     ]*from/d
17