Bug 107293 - [BlackBerry] fix compile warnings in NetworkJob
Summary: [BlackBerry] fix compile warnings in NetworkJob
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Other
: P2 Normal
Assignee: Joe Mason
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-18 09:10 PST by Joe Mason
Modified: 2013-01-18 09:53 PST (History)
1 user (show)

See Also:


Attachments
fix (2.21 KB, patch)
2013-01-18 09:14 PST, Joe Mason
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Mason 2013-01-18 09:10:51 PST
A recent commit introduced some compile warnings. We should compile cleanly.
Comment 1 Joe Mason 2013-01-18 09:14:46 PST
Created attachment 183478 [details]
fix
Comment 2 Yong Li 2013-01-18 09:17:58 PST
Comment on attachment 183478 [details]
fix

View in context: https://bugs.webkit.org/attachment.cgi?id=183478&action=review

> Source/WebCore/platform/network/blackberry/NetworkJob.cpp:75
> +    for (size_t i = 0; i < sizeof(appendableHeaders) /sizeof(char*); i++)

Minor: ++i is prefered
Comment 3 WebKit Review Bot 2013-01-18 09:53:11 PST
Comment on attachment 183478 [details]
fix

Clearing flags on attachment: 183478

Committed r140168: <http://trac.webkit.org/changeset/140168>
Comment 4 WebKit Review Bot 2013-01-18 09:53:13 PST
All reviewed patches have been landed.  Closing bug.