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.