WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 96742
96901
[WK2] Fix compiler warnings about unused variables
https://bugs.webkit.org/show_bug.cgi?id=96901
Summary
[WK2] Fix compiler warnings about unused variables
Mikhail Pozdnyakov
Reported
2012-09-17 00:37:09 PDT
Have got following compiler complaints: media/ssd/WebKit/Source/WebKit2/Shared/SandboxExtension.h:130:15: warning: unused parameter ‘prefix’ [-Wunused-parameter] /media/ssd/WebKit/Source/WebKit2/Shared/SandboxExtension.h:130:15: warning: unused parameter ‘type’ [-Wunused-parameter] In file included from /media/ssd/WebKit/Source/WebKit2/UIProcess/WebPageProxy.h:32:0, from /media/ssd/WebKit/Source/WebKit2/UIProcess/WebBackForwardList.h:32, from /media/ssd/WebKit/Source/WebKit2/Shared/SessionState.h:29, from /media/ssd/WebKit/Source/WebKit2/Shared/WebPageCreationParameters.h:30, from /media/ssd/WebKit/Source/WebKit2/WebProcess/WebPage/DrawingAreaImpl.cpp:34: /media/ssd/WebKit/Source/WebKit2/UIProcess/DrawingAreaProxy.h:125:18: warning: unused parameter ‘backingStoreStateID’ [-Wunused-parameter] /media/ssd/WebKit/Source/WebKit2/UIProcess/DrawingAreaProxy.h:126:18: warning: unused parameter ‘backingStoreStateID’ [-Wunused-parameter] Building CXX object Source/WebKit2/CMakeFiles/ewebkit2.dir/WebProcess/WebPage/LayerTreeHost.cpp.o [ 90%] Building CXX object Source/WebKit2/CMakeFiles/ewebkit2.dir/WebProcess/WebPage/PageOverlay.cpp.o In file included from /media/ssd/WebKit/Source/WebKit2/WebProcess/WebPage/WebPage.h:30:0, from /media/ssd/WebKit/Source/WebKit2/WebProcess/WebPage/EventDispatcher.cpp:31: /media/ssd/WebKit/Source/WebKit2/WebProcess/WebPage/DrawingArea.h:73:18: warning: unused parameter ‘callbackID’ [-Wunused-parameter] In file included from /media/ssd/WebKit/Source/WebKit2/WebProcess/WebPage/WebPage.h:30:0, from /media/ssd/WebKit/Source/WebKit2/WebProcess/WebPage/EventDispatcher.cpp:31: /media/ssd/WebKit/Source/WebKit2/WebProcess/WebPage/DrawingArea.h:113:18: warning: unused parameter ‘backingStoreStateID’ [-Wunused-parameter] /media/ssd/WebKit/Source/WebKit2/WebProcess/WebPage/DrawingArea.h:113:18: warning: unused parameter ‘respondImmediately’ [-Wunused-parameter] /media/ssd/WebKit/Source/WebKit2/WebProcess/WebPage/DrawingArea.h:113:18: warning: unused parameter ‘deviceScaleFactor’ [-Wunused-parameter] /media/ssd/WebKit/Source/WebKit2/WebProcess/WebPage/DrawingArea.h:113:18: warning: unused parameter ‘size’ [-Wunused-parameter] /media/ssd/WebKit/Source/WebKit2/WebProcess/WebPage/DrawingArea.h:113:18: warning: unused parameter ‘scrollOffset’ [-Wunused-parameter]
Attachments
Add attachment
proposed patch, testcase, etc.
Byungwoo Lee
Comment 1
2012-09-17 06:56:26 PDT
Is this warning from efl build? If then, there seems to be a same bug. Please check the
bug 96742
.
Mikhail Pozdnyakov
Comment 2
2012-09-17 23:52:37 PDT
*** This bug has been marked as a duplicate of
bug 96742
***
Mikhail Pozdnyakov
Comment 3
2012-09-17 23:53:12 PDT
(In reply to
comment #1
)
> Is this warning from efl build? > If then, there seems to be a same bug. Please check the
bug 96742
.
Ok, thanks for notification!
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