To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66730
                 Issue #|66730
                 Summary|m173: 64bit: warnings01: automation/source/server/sta_
                        |list.cxx
               Component|porting
                 Version|680m173
                Platform|Opteron/x86_64
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|sb
             Reported by|pjanik





------- Additional comments from [EMAIL PROTECTED] Sun Jun 25 01:30:26 -0700 
2006 -------
/data/oo/BuildDir/ooo_SRC680_m173_src/automation/source/server/sta_list.cxx: In
member function 'String StatementList::ClientTree(Window*, int)':
/data/oo/BuildDir/ooo_SRC680_m173_src/automation/source/server/sta_list.cxx:995:
error: cast from 'Window*' to 'sal_Int32' loses precision
dmake:  Error code 1, while making '../../unxlngx6.pro/slo/sta_list.obj'

Diff from warnings01:

-    WRITE(String::CreateFromInt64( sal_Int64(pBase), 16 ));
+    WRITE(String::CreateFromInt32( sal_Int32(pBase), 16 ));

Pointers are not 32bit on all platforms!

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