To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=111793 Issue #|111793 Summary|cppuhelper: make it strict aliasing safe Component|udk Version|DEV300m78 Platform|All URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|kr Reported by|cmc
------- Additional comments from [email protected] Mon May 24 09:32:09 +0000 2010 ------- i.e. OInterfaceContainerHelper has a void* pData which is treated as a union of a ::com::sun::star::uno::XInterface* and a pointer to a sequence of references to XInterface The attached patch should be equivalent and clear the gcc strict aliasing warnings in cppuhelper --------------------------------------------------------------------- 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]
