Bug 96901 - [WK2] Fix compiler warnings about unused variables
Summary: [WK2] Fix compiler warnings about unused variables
Status: RESOLVED DUPLICATE of bug 96742
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mikhail Pozdnyakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-17 00:37 PDT by Mikhail Pozdnyakov
Modified: 2012-09-17 23:53 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Pozdnyakov 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]
Comment 1 Byungwoo Lee 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.
Comment 2 Mikhail Pozdnyakov 2012-09-17 23:52:37 PDT

*** This bug has been marked as a duplicate of bug 96742 ***
Comment 3 Mikhail Pozdnyakov 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!