[webkit-changes] [WebKit/WebKit] fa0341: [WebRTC] Fix -Wunused-but-set-variable warnings in...

Commit Queue noreply at github.com
Fri Jan 13 21:35:40 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: fa03411b2de66e61c762659ae76a634eb2481106
      https://github.com/WebKit/WebKit/commit/fa03411b2de66e61c762659ae76a634eb2481106
  Author: David Kilzer <ddkilzer at apple.com>
  Date:   2023-01-13 (Fri, 13 Jan 2023)

  Changed paths:
    M Source/ThirdParty/libwebrtc/Source/third_party/libvpx/source/libvpx/vp8/encoder/bitstream.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_mbgraph.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libvpx/source/libvpx/vpx_ports/x86.h

  Log Message:
  -----------
  [WebRTC] Fix -Wunused-but-set-variable warnings in the libvpx project
https://bugs.webkit.org/show_bug.cgi?id=250576
<rdar://104224212>

Reviewed by Saam Barati.

Fix -Wunused-but-set-variable warnings by merging upstream
libvpx commits:
    a165f4ba64ec8c992ca57a1b4444cd4a19527dde
    fc04a9491ebaaa8e2b1c7c8e0587c8a1873531d6

* Source/ThirdParty/libwebrtc/Source/third_party/libvpx/source/libvpx/vp8/encoder/bitstream.c:
(vp8_update_coef_probs):
* Source/ThirdParty/libwebrtc/Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.c:
(skin_sb_split):
(choose_partitioning):
* Source/ThirdParty/libwebrtc/Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_mbgraph.c:
(update_mbgraph_frame_stats):
* Source/ThirdParty/libwebrtc/Source/third_party/libvpx/source/libvpx/vpx_ports/x86.h:

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




More information about the webkit-changes mailing list