|
From: Andre R. <and...@us...> - 2004-10-30 23:51:51
|
Update of /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31084 Modified Files: project.pbxproj Log Message: Added -Wno-long-double flag to build settings in order to disable warnings about the size of long doubles. Index: project.pbxproj =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode/project.pbxproj,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** project.pbxproj 29 Oct 2004 19:13:54 -0000 1.10 --- project.pbxproj 30 Oct 2004 23:51:42 -0000 1.11 *************** *** 638,642 **** REZ_SUPPRESS_REDECLARED_RESOURCE_TYPE_WARNINGS = NO; SECTORDER_FLAGS = ""; ! WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas"; }; dependencies = ( --- 638,642 ---- REZ_SUPPRESS_REDECLARED_RESOURCE_TYPE_WARNINGS = NO; SECTORDER_FLAGS = ""; ! WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas -Wno-long-double"; }; dependencies = ( |