[webkit-changes] [WebKit/WebKit] df8303: Fix the redundant move build warnings since 254713...

joonghunpark noreply at github.com
Fri Oct 7 08:12:25 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: df83037850142a333663e802a2a61010da9fbd21
      https://github.com/WebKit/WebKit/commit/df83037850142a333663e802a2a61010da9fbd21
  Author: Joonghun Park <jh718.park at samsung.com>
  Date:   2022-10-07 (Fri, 07 Oct 2022)

  Changed paths:
    M Source/WebCore/platform/WebCorePersistentCoders.cpp

  Log Message:
  -----------
  Fix the redundant move build warnings since 254713,175338 at main
https://bugs.webkit.org/show_bug.cgi?id=246199

Reviewed by Darin Adler.

This patch fixes the build warning below.
warning: redundant move in return statement [-Wredundant-move]

* Source/WebCore/html/canvas/WebGL2RenderingContext.cpp:
(WebCore::WebGL2RenderingContext::createVertexArray):
* Source/WebCore/platform/WebCorePersistentCoders.cpp:
(WTF::Persistence::Coder<WebCore::ResourceResponse>::decode):
(WTF::Persistence::Coder<WebCore::FetchOptions>::decode):

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




More information about the webkit-changes mailing list