[Webkit-unassigned] [Bug 195931] New: [WPE] Fix build warnings because of missing an argument when initializing wpe_input_axis_event
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Mar 18 20:45:55 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=195931
Bug ID: 195931
Summary: [WPE] Fix build warnings because of missing an
argument when initializing wpe_input_axis_event
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WPE WebKit
Assignee: webkit-unassigned at lists.webkit.org
Reporter: gyuyoung.kim at webkit.org
CC: bugs-noreply at webkitgtk.org
There are still build warning when building wpe port. I think that these build warnings have been caused by missing to set an argument for the modifier parameter of wpe_input_axis_event.
/home/gyuyoung/LGE/starfish/webkit/WebKit/Source/WebKit/UIProcess/API/wpe/ScrollGestureController.cpp: In member function ‘bool WebKit::ScrollGestureController::handleEvent(const wpe_input_touch_event_raw*)’:
/home/gyuyoung/LGE/starfish/webkit/WebKit/Source/WebKit/UIProcess/API/wpe/ScrollGestureController.cpp:59:13: warning: missing initializer for member ‘wpe_input_axis_event::modifiers’ [-Wmissing-field-initializers]
};
^
/home/gyuyoung/LGE/starfish/webkit/WebKit/Source/WebKit/UIProcess/API/wpe/ScrollGestureController.cpp:71:13: warning: missing initializer for member ‘wpe_input_axis_event::modifiers’ [-Wmissing-field-initializers]
};
--
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/20190319/1c45d508/attachment-0001.html>
More information about the webkit-unassigned
mailing list