WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
145917
[GTK] Fix unused variable warning in generated DerivedSources/WebCore/JSNavigator.cpp
https://bugs.webkit.org/show_bug.cgi?id=145917
Summary
[GTK] Fix unused variable warning in generated DerivedSources/WebCore/JSNavig...
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug