Changeset 280878 in webkit
- Timestamp:
- Aug 10, 2021, 6:34:53 PM (5 years ago)
- Location:
- trunk/Source/WebCore/PAL
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
pal/spi/ios/CelestialSPI.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/PAL/ChangeLog
r280873 r280878 1 2021-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 1 8 2021-08-10 Cameron McCormack <heycam@apple.com> 2 9 -
trunk/Source/WebCore/PAL/pal/spi/ios/CelestialSPI.h
r260366 r280878 30 30 #if USE(APPLE_INTERNAL_SDK) 31 31 32 #pragma clang diagnostic push 33 #pragma clang diagnostic ignored "-W#warnings" 32 34 #import <Celestial/AVSystemController.h> 35 #pragma clang diagnostic pop 33 36 34 37 #else
Note:
See TracChangeset
for help on using the changeset viewer.