[Webkit-unassigned] [Bug 101762] New: [EFL]Turn on errors on warnings for WebKit1 and WebKit2 libraries

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 9 07:52:48 PST 2012


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

           Summary: [EFL]Turn on errors on warnings for WebKit1 and
                    WebKit2 libraries
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: laszlo.gombos at webkit.org
                CC: demarchi at webkit.org


Introduce the following change and fix the resulting build failures...

Index: Source/CMakeLists.txt

 IF (ENABLE_WEBKIT)
-    WEBKIT_SET_EXTRA_COMPILER_FLAGS(${WebKit_LIBRARY_NAME})
+    WEBKIT_SET_EXTRA_COMPILER_FLAGS(${WebKit_LIBRARY_NAME} ${ADDITIONAL_FLAGS})
 ENDIF ()

 IF (ENABLE_WEBKIT2)
-    WEBKIT_SET_EXTRA_COMPILER_FLAGS(${WebKit2_LIBRARY_NAME})
+    WEBKIT_SET_EXTRA_COMPILER_FLAGS(${WebKit2_LIBRARY_NAME} ${ADDITIONAL_FLAGS})
 ENDIF ()

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list