[Webkit-unassigned] [Bug 250622] New: [WebRTC] Fix -Wunused-but-set-variable warnings in the libwebrtc project

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 14 09:02:48 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=250622

            Bug ID: 250622
           Summary: [WebRTC] Fix -Wunused-but-set-variable warnings in the
                    libwebrtc project
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebRTC
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
                CC: youennf at gmail.com
        Depends on: 250431, 250576

Fix -Wunused-but-set-variable warnings in the libwebrtc project:

Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h265/h265_sps_parser.cc:60:12: error: variable 'golomb_ignored' set but not used [-Werror,-Wunused-but-set-variable]
  uint32_t golomb_ignored;
           ^

Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h265/h265_pps_parser.cc:89:12: error: variable 'bits_tmp' set but not used [-Werror,-Wunused-but-set-variable]
  uint32_t bits_tmp;
           ^
Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h265/h265_pps_parser.cc:90:12: error: variable 'golomb_ignored' set but not used [-Werror,-Wunused-but-set-variable]
  uint32_t golomb_ignored;
           ^


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=250431
[Bug 250431] Start extracting common WARNING_CFLAGS into CommonBase.xcconfig
https://bugs.webkit.org/show_bug.cgi?id=250576
[Bug 250576] [WebRTC] Fix -Wunused-but-set-variable warnings in the libvpx project
-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230114/da7dfdfc/attachment-0001.htm>


More information about the webkit-unassigned mailing list