l4-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Lot's of warnings when using GCC 4.0


From: Marcus Brinkmann
Subject: Re: Lot's of warnings when using GCC 4.0
Date: Tue, 22 Feb 2005 03:33:16 +0100
User-agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.3 (i386-pc-linux-gnu) MULE/5.0 (SAKAKI)

At Mon, 21 Feb 2005 22:06:20 +0000,
Dawid Gajownik <address@hidden> wrote:
> ../include/l4/gnu/syscall.h:86: warning: type qualifiers ignored on
> function return type.

Ah yes.  I think that returning "const char *const" is pretty
non-sensical in the first place.  Can you try changing the return type
to "const char *" in that file (remove the second const)?  If that
gets rid of the warning, I will commit it.  The file is in
hurd-l4/libl4/l4/gnu/syscall.h.

Thanks,
Marcus





reply via email to

[Prev in Thread] Current Thread [Next in Thread]