]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame - util/gcc-wall-cleanup
ChangeLog, setsuper.c:
[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
9/does not support the `ll' length modifier/d
10/traditional C rejects string concatenation/d
11/At top level:/d
12/In file included from/d
13/In function `.*':/d
14/^[ ]*from/d
15