OSDN Git Service

ChangeLog, gcc-wall-cleanup:
authorTheodore Ts'o <tytso@mit.edu>
Thu, 11 Jan 2001 15:44:00 +0000 (15:44 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 11 Jan 2001 15:44:00 +0000 (15:44 +0000)
  gcc-wall-cleanup: New file which is used to clean up unnecessary
   crud from gcc -Wall that we're not interested in seeing

util/ChangeLog
util/gcc-wall-cleanup [new file with mode: 0644]

index 6ac2653..0b49825 100644 (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
diff --git a/util/gcc-wall-cleanup b/util/gcc-wall-cleanup
new file mode 100644 (file)
index 0000000..1e556ea
--- /dev/null
@@ -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
+