Re: [PATCH] warning: `__attribute_used__' redefined

From: Andrew Morton
Date: Tue Feb 10 2004 - 01:51:59 EST


Jeff Chua <jeffchua@xxxxxxxxxxxxxxxxxxx> wrote:
>
> Here's a small fix for linux 2.6.3-rc2 to get rid of the annoying warnings
> while non-kernel programs ...
>
> /usr/include/linux/compiler-gcc2.h:15: warning: `__attribute_used__' redefined
> /usr/include/sys/cdefs.h:170: warning: this is the location of the previous definition

It is more likely that we need to extend the __KERNEL__ coverage somewhere.

Can you please do a `gcc -H' of that application and show us the inclusion
route by which it is hitting compiler.h?

-
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/