Title: [280878] trunk/Source/WebCore/PAL
Revision
280878
Author
timothy_hor...@apple.com
Date
2021-08-10 18:34:53 -0700 (Tue, 10 Aug 2021)

Log Message

Unreviewed build fix.

* pal/spi/ios/CelestialSPI.h:
Ignore unconventional deprecation warnings until they can be fixed properly.

Modified Paths

Diff

Modified: trunk/Source/WebCore/PAL/ChangeLog (280877 => 280878)


--- trunk/Source/WebCore/PAL/ChangeLog	2021-08-11 00:54:26 UTC (rev 280877)
+++ trunk/Source/WebCore/PAL/ChangeLog	2021-08-11 01:34:53 UTC (rev 280878)
@@ -1,3 +1,10 @@
+2021-08-10  Tim Horton  <timothy_hor...@apple.com>
+
+        Unreviewed build fix.
+
+        * pal/spi/ios/CelestialSPI.h:
+        Ignore unconventional deprecation warnings until they can be fixed properly.
+
 2021-08-10  Cameron McCormack  <hey...@apple.com>
 
         Remove unused ColorSync SPI

Modified: trunk/Source/WebCore/PAL/pal/spi/ios/CelestialSPI.h (280877 => 280878)


--- trunk/Source/WebCore/PAL/pal/spi/ios/CelestialSPI.h	2021-08-11 00:54:26 UTC (rev 280877)
+++ trunk/Source/WebCore/PAL/pal/spi/ios/CelestialSPI.h	2021-08-11 01:34:53 UTC (rev 280878)
@@ -29,7 +29,10 @@
 
 #if USE(APPLE_INTERNAL_SDK)
 
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-W#warnings"
 #import <Celestial/AVSystemController.h>
+#pragma clang diagnostic pop
 
 #else
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to