To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66726
Issue #|66726
Summary|m173: casting pointer to unsigned int in tools/source/
|inet/inetmsg.cxx
Component|porting
Version|current
Platform|Opteron/x86_64
URL|
OS/Version|Linux
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|code
Assigned to|kendy
Reported by|pjanik
------- Additional comments from [EMAIL PROTECTED] Sun Jun 25 00:33:29 -0700
2006 -------
Hi,
in m173 with warnings turned into errors:
/data/oo/BuildDir/ooo_SRC680_m173_src/tools/source/inet/inetmsg.cxx: In member
function 'BOOL INetMIMEMessage::EnableAttachChild(INetMessageContainerType)':
/data/oo/BuildDir/ooo_SRC680_m173_src/tools/source/inet/inetmsg.cxx:1395: error:
cast from 'INetMIMEMessage*' to 'unsigned int' loses precision
dmake: Error code 1, while making '../../unxlngx6.pro/obj/inetmsg.obj'
The code there is:
// Generate a unique boundary from current time.
sal_Char sTail[16 + 1];
Time aCurTime;
sprintf (sTail, "%08X%08X",
static_cast< unsigned int >(aCurTime.GetTime()),
reinterpret_cast< unsigned int >(this));
---------------------------------------------------------------------
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]