To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=71226 Issue #|71226 Summary|Warnings: GNU/Linux SPARC cppcanvas Component|porting Version|OOo 2.0.4 Platform|Sun URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|sparcmoz Reported by|sparcmoz
------- Additional comments from [EMAIL PROTECTED] Sun Nov 5 20:04:32 -0800 2006 ------- A workaround exists in cppcanvas/source/mtfrenderer/textaction.cxx for a bogus warning with gcc4.1.1 but I am using gcc4.1.2 - patch attached. -#if __GNUC__ == 4 && __GNUC_MINOR__ == 1 && __GNUC_PATCHLEVEL__ == 1 +#if __GNUC__ == 4 && __GNUC_MINOR__ == 1 && 0 < __GNUC_PATCHLEVEL__ < 3 --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
