Bug 159128

Summary: [EFL] Fix build warning when using geoclue2
Product: WebKit Reporter: Gyuyoung Kim <gyuyoung.kim>
Component: WebKit EFLAssignee: Gyuyoung Kim <gyuyoung.kim>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, lucas.de.marchi, ossy, tonikitoo
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 164475    
Bug Blocks: 159123    
Attachments:
Description Flags
Patch none

Description Gyuyoung Kim 2016-06-26 18:54:33 PDT
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.
Comment 1 Gyuyoung Kim 2016-06-26 19:13:09 PDT
Created attachment 282100 [details]
Patch
Comment 2 WebKit Commit Bot 2016-06-26 22:10:22 PDT
Comment on attachment 282100 [details]
Patch

Clearing flags on attachment: 282100

Committed r202479: <http://trac.webkit.org/changeset/202479>
Comment 3 WebKit Commit Bot 2016-06-26 22:10:26 PDT
All reviewed patches have been landed.  Closing bug.