Bug 160734 - [Win] Warning fix.
Summary: [Win] Warning fix.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Per Arne Vollan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-10 01:45 PDT by Per Arne Vollan
Modified: 2016-08-11 05:04 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.91 KB, patch)
2016-08-10 02:00 PDT, Per Arne Vollan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Per Arne Vollan 2016-08-10 01:45:51 PDT
We currently get this warning a few times: 

1>c:\projects\webkit\opensource\source\javascriptcore\bytecode\ArithProfile.h(78): warning C4245: 'initializing': conversion from 'int' to 'const uint32_t', signed/unsigned mismatch (compiling source file C:\Projects\WebKit\OpenSource\Source\JavaScriptCore\bytecode\ArithProfile.cpp)
Comment 1 Per Arne Vollan 2016-08-10 02:00:19 PDT
Created attachment 285725 [details]
Patch
Comment 2 Per Arne Vollan 2016-08-11 04:42:40 PDT
Thanks for reviewing :-)
Comment 3 WebKit Commit Bot 2016-08-11 05:04:11 PDT
Comment on attachment 285725 [details]
Patch

Clearing flags on attachment: 285725

Committed r204373: <http://trac.webkit.org/changeset/204373>
Comment 4 WebKit Commit Bot 2016-08-11 05:04:15 PDT
All reviewed patches have been landed.  Closing bug.