]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame - util/gcc-wall-cleanup
Merge branch 'maint' into next
[thirdparty/e2fsprogs.git] / util / gcc-wall-cleanup
CommitLineData
bbabf8f7
TT
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
54434927 9/forbids long long integer constants/d
bbabf8f7 10/does not support the `ll' length modifier/d
54434927 11/does not support the `ll' printf length modifier/d
4055ef73 12/ANSI C forbids long long integer constants/d
bbabf8f7 13/traditional C rejects string concatenation/d
4055ef73 14/integer constant is unsigned in ANSI C, signed with -traditional/d
bbabf8f7
TT
15/At top level:/d
16/In file included from/d
17/In function `.*':/d
54434927 18/zero-length format string/d
54434927 19/warning: (near initialization for/d
bbabf8f7
TT
20/^[ ]*from/d
21