WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
137524
[Win] Resolve warnings about missing __has_include macro under MSVC
https://bugs.webkit.org/show_bug.cgi?id=137524
Summary
[Win] Resolve warnings about missing __has_include macro under MSVC
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Brent Fulgham
Comment 1
2014-10-08 10:08:21 PDT
Created
attachment 239479
[details]
Patch
Brent Fulgham
Comment 2
2014-10-08 10:56:52 PDT
Committed
r174462
: <
http://trac.webkit.org/changeset/174462
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug