lkml.org 
[lkml]   [2002]   [Jun]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] 2.5.21 kill warnings 4/19
Tom Rini wrote:
>
> ...
> Nope.
> $ gcc-3.1 -Wall -o foo foo.c
> foo.c: In function `main':
> foo.c:8: parse error before string constant
>
> And line 8 is:
> printf(__FUNCTION__ " encountered argument ");

That's OK. We need to convert all those to

printf("%s encountered argument ", __FUNCTION__);

anyway. That seems to be happening pretty quickly.

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

\
 
 \ /
  Last update: 2005-03-22 13:26    [W:0.178 / U:0.192 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site