Bug 1400: [GCCE] GCCE 4.X strictness for "extra qualification" error CompilerCompatibility
authorSimon Howkins <simonh@symbian.org>
Mon, 01 Mar 2010 14:02:11 +0000
branchCompilerCompatibility
changeset 9 f249c5589d66
parent 8 276baf076ab9
child 10 67b05696354a
child 11 c61edc9c3687
Bug 1400: [GCCE] GCCE 4.X strictness for "extra qualification" error Added a "permissive" variant for use with GCC 4.4.1.
build/data/s60_sbs_config.xml
--- a/build/data/s60_sbs_config.xml	Mon Mar 01 12:09:42 2010 +0000
+++ b/build/data/s60_sbs_config.xml	Mon Mar 01 14:02:11 2010 +0000
@@ -21,4 +21,7 @@
 	<!-- gnu make -->
 	<alias name="make" meaning="make_engine.make_changes"/>
 
+	<var name="permissive">
+		<append name="CC_ERRORS_CONTROL_OPTION" value="-fpermissive"/>
+	</var>
 </build>