From d1e063beb43e595680c65e3804d1f8ddff53373b Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Sat, 18 Nov 2006 23:48:07 +0100 Subject: Imported Debian version 0.3.8.8 --- e2fslib/util/gcc-wall-cleanup | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 e2fslib/util/gcc-wall-cleanup (limited to 'e2fslib/util/gcc-wall-cleanup') diff --git a/e2fslib/util/gcc-wall-cleanup b/e2fslib/util/gcc-wall-cleanup new file mode 100644 index 0000000..4d817b1 --- /dev/null +++ b/e2fslib/util/gcc-wall-cleanup @@ -0,0 +1,17 @@ +#!/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 +/ANSI C forbids long long integer constants/d +/traditional C rejects string concatenation/d +/integer constant is unsigned in ANSI C, signed with -traditional/d +/At top level:/d +/In file included from/d +/In function `.*':/d +/^[ ]*from/d + -- cgit v1.2.3