Re: [PATCH] gcc 3.5 fixes

From: Mark Adler
Date: Mon Jul 05 2004 - 11:53:18 EST


Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@xxxxxxxxxxxxxx> wrote in message news:<2ecq2-80i-1@xxxxxxxxxxxxxxxx>...
Can't we just remove these variables?
...
-static const char inflate_copyright[] =
+static const char inflate_copyright[] __attribute_used__ =
" inflate 1.1.3 Copyright 1995-1998 Mark Adler ";

It's there for a reason -- to have a copyright notice in the executable. I would prefer it if it were not removed. Thanks.

mark

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/