Bug 183350 - Silence OpenGL and OpenGL ES deprecation warnings in newer SDKs
Summary: Silence OpenGL and OpenGL ES deprecation warnings in newer SDKs
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: Daniel Bates
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-03-05 16:40 PST by Daniel Bates
Modified: 2018-03-05 19:26 PST (History)
5 users (show)

See Also:


Attachments
Patch (1.60 KB, patch)
2018-03-05 17:17 PST, Daniel Bates
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2018-03-05 16:40:01 PST
Silence OpenGL and OpenGL ES deprecation warnings in newer SDKs
Comment 1 Daniel Bates 2018-03-05 17:17:24 PST
Created attachment 335056 [details]
Patch
Comment 2 Myles C. Maxfield 2018-03-05 17:35:05 PST
I'm seeing if this builds even with only a single one of the stanzas.
Comment 3 Myles C. Maxfield 2018-03-05 17:39:48 PST
Looks like only using the stanza in Source/WebCore/config.h doesn't fix the build, and precompiled headers shouldn't be required to build, which means we need to add it in even more places (or put it in Source/WebCore/Configurations/WebCore.xcconfig)
Comment 4 Myles C. Maxfield 2018-03-05 17:41:53 PST
Testing the WebCore.xcconfig solution on iOS now.
Comment 5 Myles C. Maxfield 2018-03-05 18:13:08 PST
Committed r229299: <https://trac.webkit.org/changeset/229299>
Comment 6 Radar WebKit Bug Importer 2018-03-05 18:14:34 PST
<rdar://problem/38162918>