To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=81321 Issue #|81321 Summary|cppu: visibility warnings Component|udk Version|OOo 2.3.0 RC1 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] Thu Sep 6 11:20:37 +0000 2007 ------- I get warnings with visibility enabled with gcc 4.1.2 along the lines of... /usr/src/redhat/BUILD/OOG680_m3/solver/680/unxlngx6.pro/inc/com/sun/star/uno/Type.h:473: warning: lowering visibility of 'const com::sun::star::uno::Type& getCppuType() [with T = short unsigned int]' to match its type /usr/src/redhat/BUILD/OOG680_m3/solver/680/unxlngx6.pro/inc/com/sun/star/uno/Any.h:293: warning: lowering visibility of 'com::sun::star::uno::Any com::sun::star::uno::makeAny(const C&) [with C = bool]' to match its type /usr/src/redhat/BUILD/OOG680_m3/solver/680/unxlngx6.pro/inc/com/sun/star/uno/Any.h:353: warning: lowering visibility of 'sal_Bool com::sun::star::uno::operator>>=(const com::sun::star::uno::Any&, C&) [with C = bool]' to match its type /usr/src/redhat/BUILD/OOG680_m3/solver/680/unxlngx6.pro/inc/com/sun/star/uno/Any.h:356: warning: lowering visibility of 'sal_Bool com::sun::star::uno::operator==(const com::sun::star::uno::Any&, const C&) [with C = bool]' to match its type /usr/src/redhat/BUILD/OOG680_m3/solver/680/unxlngx6.pro/inc/com/sun/star/uno/Any.hxx: In function 'sal_Bool com::sun::star::uno::operator==(const com::sun::star::uno::Any&, const C&) [with C = bool]': /usr/src/redhat/BUILD/OOG680_m3/solver/680/unxlngx6.pro/inc/com/sun/star/uno/Any.hxx:285: warning: lowering visibility of 'sal_Bool com::sun::star::uno::operator==(const com::sun::star::uno::Any&, const C&) [with C = bool]' to match its type The following patch silences those warnings --------------------------------------------------------------------- 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]
