To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82831
                 Issue #|82831
                 Summary|crashrep: warnings when size_t != int
               Component|porting
                 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|hro
             Reported by|pjanik





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

in module crashrep:

/home/oo/BuildDir/ooo_SRC680_m234_src/crashrep/source/unx/main.cxx: In function 
'bool 
SendHTTPRequest(FILE*, const char*, short unsigned int, const char*, short 
unsigned int)':
/home/oo/BuildDir/ooo_SRC680_m234_src/crashrep/source/unx/main.cxx:364: 
warning: format '%d' 
expects type 'int', but argument 5 has type 'size_t'
/home/oo/BuildDir/ooo_SRC680_m234_src/crashrep/source/unx/main.cxx:372: 
warning: format '%d' 
expects type 'int', but argument 3 has type 'size_t'

Proposed change for both cases:

-                                               length
+                                               static_cast<int>(length)

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