Closed Bug 389110 Opened 18 years ago Closed 18 years ago

A few last warning fixes

Categories

(Camino Graveyard :: General, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: stuart.morgan+bugzilla, Assigned: stuart.morgan+bugzilla)

Details

(Keywords: fixed1.8.1.8)

Attachments

(1 file)

Attached patch fixSplinter Review
This fixes all the rest of the warnings I see doing a clean trunk debug build of all the Camino code, except for the bogus enumeral mismatch warnings from the gcc bug. (Arguably changing a #warning to a TODO: isn't really fixing it, but I'd rather not have us using #warning for minor things like that).
Attachment #273264 - Flags: superreview?(mark)
Comment on attachment 273264 [details] [diff] [review] fix + if (rowIndex != -1 && rowIndex < (int)[mCertificatesData count]) Wouldn't this be better if rowIndex were casted to an unsigned int in the second term?
Sure, I can change that on checkin (although if we ever have more than INTMAX rows, we probably have other problems ;) )
Attachment #273264 - Flags: superreview?(mark) → superreview+
Landed on trunk and MOZILLA_1_8_BRANCH.
Status: NEW → RESOLVED
Closed: 18 years ago
Keywords: fixed1.8.1.7
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: