[webkit-changes] [WebKit/WebKit] b21ea3: Fix warnings in TestWebKitAPI

Don Olmstead noreply at github.com
Thu Nov 3 20:45:36 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b21ea304998debf0645aef5f3baa197aa03263e4
      https://github.com/WebKit/WebKit/commit/b21ea304998debf0645aef5f3baa197aa03263e4
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2022-11-03 (Thu, 03 Nov 2022)

  Changed paths:
    M Tools/TestWebKitAPI/CMakeLists.txt
    M Tools/TestWebKitAPI/Tests/WebCore/IntSizeTests.cpp

  Log Message:
  -----------
  Fix warnings in TestWebKitAPI
https://bugs.webkit.org/show_bug.cgi?id=247464

Reviewed by Michael Catanzaro.

Add `-Wno-deprecated-declarations` because there are some certificate
tests that are using deprecated WebKit APIs. Clean up the default
list of warnings and share it in the CMake.

Move an unused variable in a casting test for `IntSize` that's only
relevant for `USE(CG)`.

* Tools/TestWebKitAPI/CMakeLists.txt:
* Tools/TestWebKitAPI/Tests/WebCore/IntSizeTests.cpp:

Canonical link: https://commits.webkit.org/256307@main




More information about the webkit-changes mailing list