[Webkit-unassigned] [Bug 159128] New: [EFL] Fix build warning when using geoclue2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 26 18:54:33 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=159128

            Bug ID: 159128
           Summary: [EFL] Fix build warning when using geoclue2
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gyuyoung.kim at webkit.org
                CC: lucas.de.marchi at gmail.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160627/38b27ebe/attachment.html>


More information about the webkit-unassigned mailing list