To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81323
                 Issue #|81323
                 Summary|truncation warning in svtools
               Component|utilities
                 Version|OOo 2.3.0 RC1
                Platform|Opteron/x86_64
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|hro
             Reported by|cmc





------- Additional comments from [EMAIL PROTECTED] Thu Sep  6 11:25:09 +0000 
2007 -------
I get this warning in svtools on x86_64...

svtools/source/uno/treecontrolpeer.cxx:494: warning: large integer implicitly
truncated to unsigned type

I see that LIST_APPEND is passed to a function taking sal_uInt32, but
LIST_APPEND is defined to CONTAINER_APPEND which is ULONG_MAX, i.e. ULONG, in
tools/contnr.hxx

so perhaps this is the right fix.

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