Timothy Kilbourn wrote :
> The latest version of gcc (3.0.3) gives the following warning when
> compiling various irda kernel files:
>
> warning: concatenation of string literals with __FUNCTION__ is deprecated.
> This feature will be removed in the future
>
> I imagine this is a result of gcc trying to become standards compliant. I
> believe just about every file I compiled had this warning.
>
> Timothy
This has been discusses on LKML. The short summary is that
__FUNCTION__ is not part of any standard (it was a gcc specific
extension), so there is no standard compliance involved.
If you are concerned, just send me a patch fixing that...
Jean
_______________________________________________
Linux-IrDA mailing list - [EMAIL PROTECTED]
http://www.pasta.cs.UiT.No/mailman/listinfo/linux-irda