Bug 160687

Summary: [Win] Warning fix.
Product: WebKit Reporter: Per Arne Vollan <pvollan>
Component: WebCore Misc.Assignee: Per Arne Vollan <pvollan>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bfulgham, commit-queue
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.