discuss-gnustep
[Top][All Lists]
Advanced

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

Re: gcc 3.2 warnings ?


From: Helge Hess
Subject: Re: gcc 3.2 warnings ?
Date: Mon, 02 Sep 2002 14:33:30 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1b) Gecko/20020722

Nicola Pero wrote:
What exactly do you mean, I grepped for ### but didn't found anything. Do you say I should replace:
  #define NSAssert1(args...)    NSAssert(##args)
with
  #define NSAssert1(args...)    NSAssert(args)
?

Yes - sorry, I meant '##', not '###'.

Before I do, can you explain the difference ? Will it still compile with older gcc's (2.95.x) ?

Thanks,
  Helge





reply via email to

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