Title: [229299] trunk/Source/WebCore
Revision
229299
Author
[email protected]
Date
2018-03-05 18:13:01 -0800 (Mon, 05 Mar 2018)

Log Message

Silence OpenGL and OpenGL ES deprecation warnings in newer SDKs
https://bugs.webkit.org/show_bug.cgi?id=183350

Unreviewed.

* Configurations/WebCore.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (229298 => 229299)


--- trunk/Source/WebCore/ChangeLog	2018-03-06 01:53:48 UTC (rev 229298)
+++ trunk/Source/WebCore/ChangeLog	2018-03-06 02:13:01 UTC (rev 229299)
@@ -1,3 +1,12 @@
+2018-03-05  Myles C. Maxfield  <[email protected]>
+
+        Silence OpenGL and OpenGL ES deprecation warnings in newer SDKs
+        https://bugs.webkit.org/show_bug.cgi?id=183350
+
+        Unreviewed.
+
+        * Configurations/WebCore.xcconfig:
+
 2018-03-05  Andy Estes  <[email protected]>
 
         [Mac] Teach WebCore::Pasteboard about file promise drags

Modified: trunk/Source/WebCore/Configurations/WebCore.xcconfig (229298 => 229299)


--- trunk/Source/WebCore/Configurations/WebCore.xcconfig	2018-03-06 01:53:48 UTC (rev 229298)
+++ trunk/Source/WebCore/Configurations/WebCore.xcconfig	2018-03-06 02:13:01 UTC (rev 229299)
@@ -25,7 +25,7 @@
 #include "Version.xcconfig"
 
 GCC_PREFIX_HEADER = WebCorePrefix.h;
-GCC_PREPROCESSOR_DEFINITIONS = $(DEBUG_DEFINES) $(FEATURE_DEFINES) U_DISABLE_RENAMING=1 U_SHOW_CPLUSPLUS_API=0 $(inherited);
+GCC_PREPROCESSOR_DEFINITIONS = $(DEBUG_DEFINES) $(FEATURE_DEFINES) U_DISABLE_RENAMING=1 U_SHOW_CPLUSPLUS_API=0 GL_SILENCE_DEPRECATION=1 GLES_SILENCE_DEPRECATION=1 $(inherited);
 
 WK_XCODE_SUPPORTS_TEXT_BASED_STUBS = $(WK_NOT_$(WK_EMPTY_$(TAPI_VERIFY_MODE)));
 WK_PRIVATE_FRAMEWORKS_DIR = $(WK_PRIVATE_FRAMEWORKS_DIR_$(USE_INTERNAL_SDK));
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to