[Webkit-unassigned] [Bug 137921] New: [GTK]: Fix unused parameter build warnings in WebCore/platform module
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 21 07:04:26 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137921
Bug ID: 137921
Summary: [GTK]: Fix unused parameter build warnings in
WebCore/platform module
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: kumar.rohit at samsung.com
Remove following build warning in WebKit GTK build
[192/4427] Building CXX object Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/dfg/DFGCommon.cpp.o
[2493/4427] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/platform/ScrollAnimatorNone.cpp.o
../../Source/WebCore/platform/ScrollAnimatorNone.cpp:199:1: warning: unused parameter ‘parent’ [-Wunused-parameter]
ScrollAnimatorNone::PerAxisData::PerAxisData(ScrollAnimatorNone* parent, float* currentPosition, int visibleLength)
^
../../Source/WebCore/platform/ScrollAnimatorNone.cpp:494:6: warning: unused parameter ‘timer’ [-Wunused-parameter]
void ScrollAnimatorNone::animationTimerFired(Timer<ScrollAnimatorNone>* timer)
^
[2555/4427] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/platform/graphics/cairo/CairoUtilities.cpp.o
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141021/9cdd426a/attachment-0002.html>
More information about the webkit-unassigned
mailing list