discuss-gnustep
[Top][All Lists]
Advanced

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

gcc 3.2 warnings ?


From: Helge Hess
Subject: gcc 3.2 warnings ?
Date: Fri, 30 Aug 2002 13:27:17 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1b) Gecko/20020722

Hi,

since I upgraded to gcc 3.2 I have to compilation problems:

a) warning: pasting "[" and "[" does not give a valid preprocessing token
- this is some macro, I think I get this with NSAssert and THROW

b) casting Objective-C protocols doesn't seem to work. Eg if I do
  [(id)stream doIt];
the compiler complains that the NGStream protocol doesn't support doIt (which is correct, but I did cast !)

Does anybody know what is going on in these cases ? Can I switch off the a)-warning and should I report b) as a bug ?

Greetings
  Helge





reply via email to

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