Bug 83731

Summary: [chromium] Fix Windows warnings in WebSocketDeflaterTest
Product: WebKit Reporter: Adrienne Walker <enne>
Component: WebCore Misc.Assignee: Kenichi Ishibashi <bashi>
Status: RESOLVED FIXED    
Severity: Normal CC: tkent, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Adrienne Walker 2012-04-11 16:59:44 PDT
When building webkit_unit_tests locally on Windows at ToT:

6>.\tests\WebSocketDeflaterTest.cpp(49) : warning C4309: 'initializing' : truncation of constant value
6>.\tests\WebSocketDeflaterTest.cpp(49) : warning C4309: 'initializing' : truncation of constant value
6>.\tests\WebSocketDeflaterTest.cpp(49) : warning C4309: 'initializing' : truncation of constant value
6>.\tests\WebSocketDeflaterTest.cpp(49) : warning C4309: 'initializing' : truncation of constant value
6>.\tests\WebSocketDeflaterTest.cpp(62) : warning C4309: 'initializing' : truncation of constant value
6>.\tests\WebSocketDeflaterTest.cpp(96) : warning C4309: 'initializing' : truncation of constant value
6>.\tests\WebSocketDeflaterTest.cpp(96) : warning C4309: 'initializing' : truncation of constant value
6>.\tests\WebSocketDeflaterTest.cpp(96) : warning C4309: 'initializing' : truncation of constant value
6>.\tests\WebSocketDeflaterTest.cpp(96) : warning C4309: 'initializing' : truncation of constant value
Comment 1 Kenichi Ishibashi 2012-04-11 17:44:53 PDT
Created attachment 136800 [details]
Patch
Comment 2 Kenichi Ishibashi 2012-04-11 17:50:47 PDT
Kent-san, could you take a look?
Comment 3 Kent Tamura 2012-04-11 17:56:16 PDT
Comment on attachment 136800 [details]
Patch

ok
Comment 4 WebKit Review Bot 2012-04-11 18:55:54 PDT
Comment on attachment 136800 [details]
Patch

Clearing flags on attachment: 136800

Committed r113936: <http://trac.webkit.org/changeset/113936>
Comment 5 WebKit Review Bot 2012-04-11 18:55:58 PDT
All reviewed patches have been landed.  Closing bug.