Bug 83672

Summary: Compiler warnings for generated CalendarPicker.cpp with VC++
Product: WebKit Reporter: Kent Tamura <tkent>
Component: FormsAssignee: Kent Tamura <tkent>
Status: RESOLVED FIXED    
Severity: Minor CC: haraken, morrita, webkit.review.bot
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Bug Depends on:    
Bug Blocks: 53961    
Attachments:
Description Flags
Patch none

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.