discuss-gnustep
[Top][All Lists]
Advanced

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

Re: New warnings (hopefully) in gcc 3.4


From: Alexander Malmberg
Subject: Re: New warnings (hopefully) in gcc 3.4
Date: Thu, 04 Sep 2003 19:15:40 +0200

Fred Kiefer wrote:
[snip]
> OK, here is one:
[snip]
> 
> Here the method initWithPath: is used on an NSFileWrapper, but what is
> shown in the warning are totally different classes. Of course GCC cannot
> tell which class would be the correct one (If so there would be no
> reason for the warning), so it just selects possible candidates, one for
> each different signature.

I see. All the prototypes are stored in a big hash list, so there's only
one entry for each unique prototype. Thus, fixing this would be a bit
difficult.

- Alexander Malmberg




reply via email to

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