Bug 137524

Summary: [Win] Resolve warnings about missing __has_include macro under MSVC
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebCore Misc.Assignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, bfulgham, cmarcelo, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

Brent Fulgham
Reported 2014-10-08 10:07:00 PDT
MSVC does not provide support for he __has_include annotation. This causes hundreds of build warnings in each project that uses the SimpleFontData.h header file. This patch provides a dummy __has_include that silences this warning without changing the build behavior under MSVC.
Attachments
Patch (1.02 KB, patch)
2014-10-08 10:08 PDT, Brent Fulgham
andersca: review+
Brent Fulgham
Comment 1 2014-10-08 10:08:21 PDT
Brent Fulgham
Comment 2 2014-10-08 10:56:52 PDT
Note You need to log in before you can comment on or make changes to this bug.