[webkit-reviews] review denied: [Bug 17809] Subscripting String using operator[ wants unsigned ints (for me) : [Attachment 19714] Use 0U instead of 0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 13 09:45:41 PDT 2008


Darin Adler <darin at apple.com> has denied Mark Mentovai <mark at moxienet.com>'s
request for review:
Bug 17809: Subscripting String using operator[ wants unsigned ints (for me)
http://bugs.webkit.org/show_bug.cgi?id=17809

Attachment 19714: Use 0U instead of 0
http://bugs.webkit.org/attachment.cgi?id=19714&action=edit

------- Additional Comments from Darin Adler <darin at apple.com>
I'm going to mark this as review-.

The real problem is that this file is being compiled with __OBJC__ defined --
you need to figure out why.


More information about the webkit-reviews mailing list