Bug 160687 - [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 05:28 PDT by Per Arne Vollan
Modified: 2016-08-10 01:19 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.22 KB, patch)
2016-08-09 06:07 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 05:28:14 PDT
We currently get many warnings like these: 

1>C:\Projects\WebKit\OpenSource\Source\WebCore\platform\spi\cf\CFNetworkSPI.h(174): warning C4273: 'CFURLResponseGetHTTPResponse': inconsistent dll linkage (compiling source file C:\Projects\WebKit\OpenSource\Source\WebCore\bindings\js\JSBindingsAllInOne.cpp)
1>  C:\AppleApplicationSupport\AppleInternal\include\CFNetwork/CFURLResponse.h(268): note: see previous definition of 'CFURLResponseGetHTTPResponse' (compiling source file C:\Projects\WebKit\OpenSource\Source\WebCore\bindings\js\JSBindingsAllInOne.cpp)
Comment 1 Per Arne Vollan 2016-08-09 06:07:22 PDT
Created attachment 285635 [details]
Patch
Comment 2 Per Arne Vollan 2016-08-10 00:56:12 PDT
Thanks for reviewing :-)
Comment 3 WebKit Commit Bot 2016-08-10 01:19:31 PDT
Comment on attachment 285635 [details]
Patch

Clearing flags on attachment: 285635

Committed r204329: <http://trac.webkit.org/changeset/204329>
Comment 4 WebKit Commit Bot 2016-08-10 01:19:35 PDT
All reviewed patches have been landed.  Closing bug.