WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
159128
[EFL] Fix build warning when using geoclue2
https://bugs.webkit.org/show_bug.cgi?id=159128
Summary
[EFL] Fix build warning when using geoclue2
Gyuyoung Kim
Reported
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.
Attachments
Patch
(1.75 KB, patch)
2016-06-26 19:13 PDT
,
Gyuyoung Kim
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Gyuyoung Kim
Comment 1
2016-06-26 19:13:09 PDT
Created
attachment 282100
[details]
Patch
WebKit Commit Bot
Comment 2
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
>
WebKit Commit Bot
Comment 3
2016-06-26 22:10:26 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug