To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71227





------- Additional comments from [EMAIL PROTECTED] Fri Nov 10 01:23:03 -0800 
2006 -------
I do not see an easy workaround.  This boils down to how struct _sal_Sequence is
defined at sal/inc/sal/types.h:1.29 l. 258.  Maybe it would help to silence the
warning by changing from

  char * -> reinterpret_cast to E *

to

  char * -> static_cast to void * -> reinterpret_cast to E *

Anyway, from
<http://gcc.gnu.org/onlinedocs/gcc-4.1.1/gcc/Warning-Options.html#Warning-Options>
I understand that this warning should only be issued if -Wcast-align is
specified, but I do not find that in solenv/inc/unxlngs.mk:1.19 (which is the
file you are using on Linux SPARC, right?).  Maybe -Wcast-align is implied by
some other compiler switch and it would help to globally silence this warning
via -Wno-cast-align.

---------------------------------------------------------------------
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]

Reply via email to