I've got a C++ Xcode 3 project generated from CMake scripts. It uses some open-source headers which have always worked before but in this project I get a compile error Extra ';'
when trailing brackets have an uneccessary semi-colon:
if(...)
{
...
};
Is there some compiler option which makes trailing semi-colons an error, which I can turn off?
Here is one of the offending files, see line 259: http://zziplib.svn.sourceforge.net/viewvc/zziplib/trunk/zzip-0/zzip/zzip.h?revision=523&view=markup