Title: [208677] trunk/Source/WebCore
Revision
208677
Author
[email protected]
Date
2016-11-14 04:22:23 -0800 (Mon, 14 Nov 2016)

Log Message

[EFL] Suppress build warning in generated Geoclue2Interface.c
https://bugs.webkit.org/show_bug.cgi?id=164475

Reviewed by Darin Adler.

* PlatformEfl.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (208676 => 208677)


--- trunk/Source/WebCore/ChangeLog	2016-11-14 09:56:06 UTC (rev 208676)
+++ trunk/Source/WebCore/ChangeLog	2016-11-14 12:22:23 UTC (rev 208677)
@@ -1,3 +1,12 @@
+2016-11-14  Csaba Osztrogonác  <[email protected]>
+
+        [EFL] Suppress build warning in generated Geoclue2Interface.c
+        https://bugs.webkit.org/show_bug.cgi?id=164475
+
+        Reviewed by Darin Adler.
+
+        * PlatformEfl.cmake:
+
 2016-11-10  Philippe Normand  <[email protected]>
 
         [GStreamer][OWR] poor video rendering in apprtc

Modified: trunk/Source/WebCore/PlatformEfl.cmake (208676 => 208677)


--- trunk/Source/WebCore/PlatformEfl.cmake	2016-11-14 09:56:06 UTC (rev 208676)
+++ trunk/Source/WebCore/PlatformEfl.cmake	2016-11-14 12:22:23 UTC (rev 208677)
@@ -236,8 +236,8 @@
          OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/Geoclue2Interface.c ${DERIVED_SOURCES_WEBCORE_DIR}/Geoclue2Interface.h
          COMMAND gdbus-codegen --interface-prefix org.freedesktop.GeoClue2. --c-namespace Geoclue --generate-c-code ${DERIVED_SOURCES_WEBCORE_DIR}/Geoclue2Interface ${GEOCLUE_DBUS_INTERFACE}
     )
-    # Geoclue2Interface.c generates unused-parameter build warning, it causes build error when using geoclue2 library.
-    set_source_files_properties(${DERIVED_SOURCES_WEBCORE_DIR}/Geoclue2Interface.c PROPERTIES COMPILE_FLAGS -Wno-error)
+    set_source_files_properties(${DERIVED_SOURCES_WEBCORE_DIR}/Geoclue2Interface.c PROPERTIES COMPILE_FLAGS -Wno-unused-parameter)
+
 endif ()
 
 if (ENABLE_GAMEPAD_DEPRECATED)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to