Add -Wno-psabi to turn off the "note" about va_list name mangling. GCC_SURGE
authorWilliam Roberts <williamr@symbian.org>
Fri, 25 Jun 2010 19:34:39 +0100
branchGCC_SURGE
changeset 77 02f8866cac87
parent 68 f0d26e1063c4
child 96 6341186e950b
Add -Wno-psabi to turn off the "note" about va_list name mangling.
foundation_system/sf_config/sbs/s60_sbs_config.xml
--- a/foundation_system/sf_config/sbs/s60_sbs_config.xml	Wed Jun 23 17:36:35 2010 +0100
+++ b/foundation_system/sf_config/sbs/s60_sbs_config.xml	Fri Jun 25 19:34:39 2010 +0100
@@ -23,7 +23,8 @@
 
 	<var name="surge">
 		<append name="CPP_LANG_OPTION" value="-fpermissive"/>   <!-- downgrade "extra qualification XXX on member YYY" errors to warnings -->
-		<append name="CPP_LANG_OPTION" value="-Wno-invalid-offsetof"/>		<!-- turn off "perhaps the 'offsetof' macro was used incorrectly" -->
+		<append name="CPP_LANG_OPTION" value="-Wno-invalid-offsetof"/>    <!-- turn off "perhaps the 'offsetof' macro was used incorrectly" -->
+		<append name="CPP_LANG_OPTION" value="-Wno-psabi"/>		            <!-- turn off " mangling of 'va_list' has changedin GCC 4.4" -->
 		<append name="CC_WARNINGS_CONTROL_OPTION" value="-Wno-attributes"/>		<!-- turn off warnings where IMPORT_C and EXPORT_C are *correctly* matched -->
 
 		<set name="AAPCS_OPTION" value="-mapcs-frame -mthumb-interwork"/>   <!-- use -mapcs-frame instead of -mapcs - see Bug 1405 -->