[Webkit-unassigned] [Bug 145917] New: [GTK] Fix unused variable warning in generated DerivedSources/WebCore/JSNavigator.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 12 04:09:29 PDT 2015


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

            Bug ID: 145917
           Summary: [GTK] Fix unused variable warning in generated
                    DerivedSources/WebCore/JSNavigator.cpp
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ossy at webkit.org
            Blocks: 145121

DerivedSources/WebCore/JSNavigator.cpp:1104:13: warning: unused variable 'arg0' [-Wunused-variable]
    JSValue arg0(exec->argument(0));
            ^
1 warning generated.

The problem is that arg0 is only used inside ENABLE(VIBRATION) guard.

-- 
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/20150612/8b4e81ea/attachment.html>


More information about the webkit-unassigned mailing list