To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51521
                  Issue #:|51521
                  Summary:|thread.c:631: warning: operation on 'i' may be
                          |undefined
                Component:|porting
                  Version:|680m114
                 Platform:|All
                      URL:|
               OS/Version:|Linux
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|mh
              Reported by:|cmc





------- Additional comments from [EMAIL PROTECTED] Mon Jul  4 00:55:21 -0700 
2005 -------
for (n = 0, i = HASHID(hThread); n < HashSize; n++, i = ++i % HashSize)

gives warning that thread.c:631: warning: operation on 'i' may be undefined
perhaps...

        for (n = 0, i = HASHID(hThread); n < HashSize; n++, i = (i + 1) % 
HashSize)

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