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





------- Additional comments from [EMAIL PROTECTED] Tue May 17 06:14:41 -0700 
2005 -------
One comment:

Strictly speaking the warning is correct, because apparently in SetSelectHdl the
Link object passed in is copied. Copying an unitialized value (of a type other
than unsigned char) has undefined behavior, because some platforms may have
'trap values' - i.e. bit patterns that can cause a hardware exception when such
a value is loaded into a register (e.g. an address register for a pointer).

I don't think this applies to any platform we support, but nevertheless the
warning is fully justified by the rukes of the C++ languge.

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