Bug 261896

Summary: [PlayStation] LLVM17 warning workaround for system macro redef
Product: WebKit Reporter: Stephan Szabo <stephan.szabo>
Component: CMakeAssignee: Stephan Szabo <stephan.szabo>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Stephan Szabo 2023-09-21 11:52:23 PDT
On LLVM17 we are now getting warnings for the redefinition of system macro from the -U on the command line we use to handle one of our library limitations so turn this warning off until we can stop undefining it.
Comment 1 Stephan Szabo 2023-09-21 11:55:20 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18032
Comment 2 EWS 2023-09-21 12:42:53 PDT
Committed 268268@main (8c8c1cb79116): <https://commits.webkit.org/268268@main>

Reviewed commits have been landed. Closing PR #18032 and removing active labels.