ChangeLog, gcc-wall-cleanup:

gcc-wall-cleanup: New file which is used to clean up unnecessary
  	crud from gcc -Wall that we're not interested in seeing
bitmap-optimize
Theodore Ts'o 2001-01-11 15:44:00 +00:00
parent dfcdc32f8d
commit bbabf8f706
2 changed files with 20 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2001-01-11 <tytso@snap.thunk.org>
* gcc-wall-cleanup: New file which is used to clean up unnecessary
crud from gcc -Wall that we're not interested in seeing
2000-07-13 <tytso@valinux.com>
* Release of E2fsprogs 1.19

15
util/gcc-wall-cleanup Normal file
View File

@ -0,0 +1,15 @@
#!/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
/traditional C rejects string concatenation/d
/At top level:/d
/In file included from/d
/In function `.*':/d
/^[ ]*from/d