[webkit-changes] [WebKit/WebKit] 4fd600: Fix unqualified calls to std::move in PlayStation ...

Don Olmstead noreply at github.com
Sat Oct 15 08:51:19 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4fd600202386856f17d83d1d3f493905c0e4eed4
      https://github.com/WebKit/WebKit/commit/4fd600202386856f17d83d1d3f493905c0e4eed4
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2022-10-15 (Sat, 15 Oct 2022)

  Changed paths:
    M Tools/MiniBrowser/playstation/MainWindow.cpp
    M Tools/MiniBrowser/playstation/ToolkittenUtils.h
    M Tools/MiniBrowser/playstation/main.cpp

  Log Message:
  -----------
  Fix unqualified calls to std::move in PlayStation MiniBrowser
https://bugs.webkit.org/show_bug.cgi?id=246546

Reviewed by Fujii Hironori.

A number of `move` calls didn't have `std::` in front of them. Fix this
warning `-Wunqualified-std-cast-call` from Clang 15.

* Tools/MiniBrowser/playstation/MainWindow.cpp:
* Tools/MiniBrowser/playstation/ToolkittenUtils.h:
* Tools/MiniBrowser/playstation/main.cpp:

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




More information about the webkit-changes mailing list