Bug 83672 - Compiler warnings for generated CalendarPicker.cpp with VC++
Summary: Compiler warnings for generated CalendarPicker.cpp with VC++
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P3 Minor
Assignee: Kent Tamura
URL:
Keywords:
Depends on:
Blocks: 53961
  Show dependency treegraph
 
Reported: 2012-04-11 00:36 PDT by Kent Tamura
Modified: 2012-04-11 01:52 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.63 KB, patch)
2012-04-11 01:04 PDT, Kent Tamura
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Tamura 2012-04-11 00:36:44 PDT
e.g.
CalendarPicker.cpp(n) : warning C4309: 'initializing' : truncation of constant value

because an array in CalendarPicker.cpp contains some characters larger than 127.
Comment 1 Kent Tamura 2012-04-11 01:04:36 PDT
Created attachment 136642 [details]
Patch
Comment 2 Kentaro Hara 2012-04-11 01:12:17 PDT
Comment on attachment 136642 [details]
Patch

Looks OK.
Comment 3 Kent Tamura 2012-04-11 01:13:44 PDT
Comment on attachment 136642 [details]
Patch

Thank you!
Comment 4 WebKit Review Bot 2012-04-11 01:52:54 PDT
Comment on attachment 136642 [details]
Patch

Clearing flags on attachment: 136642

Committed r113838: <http://trac.webkit.org/changeset/113838>
Comment 5 WebKit Review Bot 2012-04-11 01:52:59 PDT
All reviewed patches have been landed.  Closing bug.