<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - [EFL] Fix build warning when using geoclue2"
href="https://bugs.webkit.org/show_bug.cgi?id=159128">159128</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>[EFL] Fix build warning when using geoclue2
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>Product</th>
<td>WebKit
</td>
</tr>
<tr>
<th>Version</th>
<td>WebKit Nightly Build
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Unspecified
</td>
</tr>
<tr>
<th>OS</th>
<td>Unspecified
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>Normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P2
</td>
</tr>
<tr>
<th>Component</th>
<td>WebKit EFL
</td>
</tr>
<tr>
<th>Assignee</th>
<td>webkit-unassigned@lists.webkit.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>gyuyoung.kim@webkit.org
</td>
</tr>
<tr>
<th>CC</th>
<td>lucas.de.marchi@gmail.com
</td>
</tr></table>
<p>
<div>
<pre>There is build warnings which are handled as build error on EFL port. This warning influences on debian EFL build.
DerivedSources/WebCore/Geoclue2Interface.c:673:21: error: unused parameter ‘object’ [-Werror=unused-parameter]
GeoclueManager *object,
^
DerivedSources/WebCore/Geoclue2Interface.c: In function ‘geoclue_manager_complete_add_agent’:
DerivedSources/WebCore/Geoclue2Interface.c:693:21: error: unused parameter ‘object’ [-Werror=unused-parameter]
GeoclueManager *object,
^
DerivedSources/WebCore/Geoclue2Interface.c: In function ‘geoclue_client_complete_start’:
DerivedSources/WebCore/Geoclue2Interface.c:2373:20: error: unused parameter ‘object’ [-Werror=unused-parameter]
GeoclueClient *object,
^
DerivedSources/WebCore/Geoclue2Interface.c: In function ‘geoclue_client_complete_stop’:
DerivedSources/WebCore/Geoclue2Interface.c:2391:20: error: unused parameter ‘object’ [-Werror=unused-parameter]
GeoclueClient *object,
^
cc1: all warnings being treated as errors
[1966/5699] Building CXX object Source/WebCore/CMakeFiles/WebCoreDerivedSources.dir/__/__/DerivedSources/WebCore/JSMutationObserver.cpp.o
ninja: build stopped: subcommand failed.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>