Bug 160690 - [Win] Warning fix.
Summary: [Win] Warning fix.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Per Arne Vollan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-09 07:01 PDT by Per Arne Vollan
Modified: 2016-08-10 01:15 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.48 KB, patch)
2016-08-09 07:25 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-09 07:01:47 PDT
We currently have a few warnings like this one:

1>c:\projects\webkit\opensource\source\webcore\platform\network\ProtectionSpaceHash.h(43): warning C4838: conversion from 'WebCore::ProtectionSpaceServerType' to 'unsigned int' requires a narrowing conversion (compiling source file C:\Projects\WebKit\OpenSource\Source\WebCore\platform\network\CredentialStorage.cpp)
Comment 1 Per Arne Vollan 2016-08-09 07:25:17 PDT
Created attachment 285638 [details]
Patch
Comment 2 Per Arne Vollan 2016-08-10 00:53:38 PDT
Thanks for reviewing :)
Comment 3 WebKit Commit Bot 2016-08-10 01:15:52 PDT
Comment on attachment 285638 [details]
Patch

Clearing flags on attachment: 285638

Committed r204328: <http://trac.webkit.org/changeset/204328>
Comment 4 WebKit Commit Bot 2016-08-10 01:15:55 PDT
All reviewed patches have been landed.  Closing bug.