[Webkit-unassigned] [Bug 149736] New: Use *interruption* local variable in Internals::beginMediaSessionInterruption

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 1 18:34:52 PDT 2015


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

            Bug ID: 149736
           Summary: Use *interruption* local variable in
                    Internals::beginMediaSessionInterruption
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gyuyoung.kim at webkit.org

Though r190434 added *interruption* local variable to Internals::beginMediaSessionInterruption, the function doesn't use it. It caused build break on EFL port.

../../Source/WebCore/testing/Internals.cpp:2707:44: error: variable ‘interruption’ set but not used [-Werror=unused-but-set-variable]
     PlatformMediaSession::InterruptionType interruption = PlatformMediaSession::SystemInterruption;
                                            ^
cc1plus: all warnings being treated as errors

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151002/77587b61/attachment-0001.html>


More information about the webkit-unassigned mailing list