[Webkit-unassigned] [Bug 280432] New: REGRESSION(284303 at main): UIProcess/ProcessThrottler.cpp(318, 25): error: unused variable 'probableWakeupReason' [-Werror, -Wunused-variable]

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 26 14:13:59 PDT 2024


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

            Bug ID: 280432
           Summary: REGRESSION(284303 at main):
                    UIProcess/ProcessThrottler.cpp(318,25): error: unused
                    variable 'probableWakeupReason'
                    [-Werror,-Wunused-variable]
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com
                CC: kkinnunen at apple.com

Windows port can't compile with clang-19 after 284303 at main.

FAILED: Source/WebKit/CMakeFiles/WebKit.dir/__/__/WebKit/DerivedSources/unified-sources/UnifiedSource-88d1702b-3.cpp.obj 
C:\PROGRA~1\LLVM\bin\clang-cl.exe  /nologo -TP -DBUILDING_WEBKIT=1 (...) -c -- C:\ews\Win-Build-EWS\build\WebKitBuild\Release\WebKit\DerivedSources\unified-sources\UnifiedSource-88d1702b-3.cpp
In file included from C:\ews\Win-Build-EWS\build\WebKitBuild\Release\WebKit\DerivedSources\unified-sources\UnifiedSource-88d1702b-3.cpp:4:
C:\ews\Win-Build-EWS\build\Source\WebKit\UIProcess/ProcessThrottler.cpp(318,25): error: unused variable 'probableWakeupReason' [-Werror,-Wunused-variable]
  318 |             const char* probableWakeupReason = !lastAddedActivity.isNull() ? lastAddedActivity.characters() : "unknown";
      |                         ^~~~~~~~~~~~~~~~~~~~
1 error generated.

-- 
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/20240926/1a06441f/attachment.htm>


More information about the webkit-unassigned mailing list