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





------- Additional comments from [EMAIL PROTECTED] Sun Oct 21 11:46:10 +0000 
2007 -------
Hi,

on unxlngx6 we see these warnings in module basic:

/home/oo/BuildDir/ooo_SRC680_m234_src/basic/source/classes/disas.cxx:434: 
warning: format '%
08lX' expects type 'long unsigned int', but argument 4 has type 'UINT32'

/home/oo/BuildDir/ooo_SRC680_m234_src/basic/source/runtime/methods.cxx: In 
function 'void 
SbRtl_Hex(StarBASIC*, SbxArray&, BOOL)':
/home/oo/BuildDir/ooo_SRC680_m234_src/basic/source/runtime/methods.cxx:946: 
warning: format 
'%lX' expects type 'long unsigned int', but argument 4 has type 'INT32'
/home/oo/BuildDir/ooo_SRC680_m234_src/basic/source/runtime/methods.cxx: In 
function 'void 
SbRtl_Oct(StarBASIC*, SbxArray&, BOOL)':
/home/oo/BuildDir/ooo_SRC680_m234_src/basic/source/runtime/methods.cxx:1350: 
warning: format 
'%lo' expects type 'long unsigned int', but argument 4 has type 'INT32'

The attached patch fixes them. Please review.

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