To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83017
                 Issue #|83017
                 Summary|WaE on 64bit Linux: sc
               Component|Spreadsheet
                 Version|680m234
                Platform|Opteron/x86_64
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|spreadsheet
             Reported by|pjanik





------- Additional comments from [EMAIL PROTECTED] Fri Oct 26 18:34:14 +0000 
2007 -------
Hi,

module sc is almost warning free in SRC680_m234 on 64bit Linux (unxlngx6). The 
remaining warnings 
are:

sc/source/ui/inc/csvsplits.hxx:51: warning: large integer implicitly truncated 
to unsigned type

const sal_uInt32 CSV_VEC_NOTFOUND   = ~0UL;

sc/source/core/data/column.cxx:1602: warning: 'nEnd' may be used uninitialized 
in this function

this could be solved by simple

-       SCROW nStart, nEnd;
+       SCROW nStart, nEnd = 0;

sc/source/filter/xml/xmlexprt.cxx:801: warning: 'aShapeItr$D271229$_M_node' may 
be used 
uninitialized in this function

This is more interesting 8)

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