Bug 145917

Summary: [GTK] Fix unused variable warning in generated DerivedSources/WebCore/JSNavigator.cpp
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: bugs-noreply, joepeck
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=171766
Bug Depends on:    
Bug Blocks: 145121    

Csaba Osztrogonác
Reported 2015-06-12 04:09:29 PDT
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.
Attachments
Joseph Pecoraro
Comment 1 2017-05-11 14:46:57 PDT
Vibration was removed so this is no longer valid.
Note You need to log in before you can comment on or make changes to this bug.