Whamcloud - gitweb
misc: create better-packaged static analysis reports
[tools/e2fsprogs.git] / util / static-analysis-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 /forbids long long integer constants/d
10 /does not support the `ll' length modifier/d
11 /does not support the `ll' printf length modifier/d
12 /ANSI C forbids long long integer constants/d
13 /traditional C rejects string concatenation/d
14 /integer constant is unsigned in ANSI C, signed with -traditional/d
15 /warning: missing initializer/d
16 /warning: (near initialization for/d
17 /^[     ]*from/d
18 /unused parameter/d
19 /e2_types.h" not found.$/d
20 /e2_bitops.h" not found.$/d