discuss-gnustep
[Top][All Lists]
Advanced

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

Compiler warning level


From: Andreas Hoeschler
Subject: Compiler warning level
Date: Fri, 31 Jan 2003 00:04:13 +0100

Hi all,

how can I cause GNUstep to use -Wmost (MacOSX default) instead of -Wall when compiling sources? I would like to suppress these "suggest parentheses around assignment..." messages since I normaly write

while (object = [enumerator nextObject])
{
...
}

Is this uncommon practice? I must have seen this somewhere years ago when I learned programming OPENSTEP.

Regards,

Andreas


reply via email to

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