⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 280878 in webkit


Ignore:
Timestamp:
Aug 10, 2021, 6:34:53 PM (5 years ago)
Author:
timothy_horton@apple.com
Message:

Unreviewed build fix.

  • pal/spi/ios/CelestialSPI.h:

Ignore unconventional deprecation warnings until they can be fixed properly.

Location:
trunk/Source/WebCore/PAL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/PAL/ChangeLog

    r280873 r280878  
     12021-08-10  Tim Horton  <timothy_horton@apple.com>
     2
     3        Unreviewed build fix.
     4
     5        * pal/spi/ios/CelestialSPI.h:
     6        Ignore unconventional deprecation warnings until they can be fixed properly.
     7
    182021-08-10  Cameron McCormack  <heycam@apple.com>
    29
  • trunk/Source/WebCore/PAL/pal/spi/ios/CelestialSPI.h

    r260366 r280878  
    3030#if USE(APPLE_INTERNAL_SDK)
    3131
     32#pragma clang diagnostic push
     33#pragma clang diagnostic ignored "-W#warnings"
    3234#import <Celestial/AVSystemController.h>
     35#pragma clang diagnostic pop
    3336
    3437#else
Note: See TracChangeset for help on using the changeset viewer.