|
From: Michael T. <li...@mj...> - 2003-07-06 00:39:00
|
On Thursday, June 26, 2003, at 12:00 AM, Michael Tsai wrote: > Is there some kind of hidden setting in the project file to turn off > newer compiler features? I started adding the variadic macro stuff, > but it isn't letting me use the new feature where ,## lets you have > zero arguments for the format string. I still don't know what was wrong, but it's at least working now (letting me use the newer compiler features). What I did was set CC in the expert settings to /usr/bin/gcc-3.3. This shouldn't make a difference, because /usr/bin/gcc is 3.1, which does support the features. And I've never needed to set manually set CC in my other projects. But for now I'm just glad that it works. :) -- Michael Tsai <http://www.c-command.com> |