[util-issues] [Issue 49384] tools: warning: uninitialized variable is used

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


User hro changed the following:

  What|Old value |New value

Status|NEW   |STARTED

  Priority|P3|P4

  Target milestone|---   |OOo Later





--- Additional comments from [EMAIL PROTECTED] Wed Jun  8 00:14:57 -0700 
2005 ---
.

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



[util-issues] [Issue 49384] tools: warning: uninitialized variable is used

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


User pmladek changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=26231) This patch
  |  |removes the potentialy
  |  |dangerous warning.





--- Additional comments from [EMAIL PROTECTED] Tue May 17 05:31:02 -0700 
2005 ---
Created an attachment (id=26231)
This patch removes the potentialy dangerous warning.


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



[util-issues] [Issue 49384] tools: warning: uninitialized variable is used

2005-05-17 Thread jb
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]