On Tue, May 13, 2008 at 01:21:14PM +0200, Jakub Zawadzki wrote:
> On Tue, May 13, 2008 at 11:56:26AM +0100, Marcin Owsiany wrote:
> > On Mon, May 12, 2008 at 11:00:12AM +0100, Marcin Owsiany wrote:
> > > Hi all, I got the following bug report. Not sure what's the particular
> > > difference between i386 and hppa that causes problems, but maybe someone
> > > has some ideas?
> > 
> > [...]
> > 
> > > Full build log(s): 
> > > http://experimental.ftbfs.de/build.php?&ver=20080511+1713-1&pkg=ekg2&arch=hppa
> > 
> > Among other things, this contained:
> > 
> > stuff.c: In function 'mutt_convert_string':
> > stuff.c:2915: warning: 'mutt_iconv' is static but used in inline function 
> > 'mutt_convert_string' which is not static
> >
> 
> This is like: 
> http://ml.ziew.org/mailman/pipermail/ekg2-users/2008-April/001240.html 
> (sorry, polish only) 
> 
> I think it's new feature of gcc-4.3... when gcc-4.3 sees inline function
> it automagicly add static keyword..
> (I didn't make any research on this, anyone?)

The following may be useful in understanding what is going on:
http://gcc.gnu.org/gcc-4.3/porting_to.html
http://gcc.gnu.org/onlinedocs/gcc/Inline.html

> I think we should move all inline function (without static keyword) from
> *.c to *.h or remove inline keyword.

-- 
Marcin Owsiany <[EMAIL PROTECTED]>             http://marcin.owsiany.pl/
GnuPG: 1024D/60F41216  FE67 DA2D 0ACA FC5E 3F75  D6F6 3A0D 8AA0 60F4 1216



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to