[Webkit-unassigned] [Bug 103835] New: [EFL][WK2] ECORE_GETOPT_VALUE_BOOL need to be used for Eina_Bool

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 2 04:24:43 PST 2012


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

           Summary: [EFL][WK2] ECORE_GETOPT_VALUE_BOOL need to be used for
                    Eina_Bool
           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: ktf.kim at samsung.com
                CC: demarchi at webkit.org


Because legacy_behavior_enabled is Eina_Bool, ECORE_GETOPT_VALUE_BOOL need to be used

This is for fixing the below build warnings:
Tools/MiniBrowser/efl/main.c:1151:9: warning: initialization from incompatible pointer type [enabled by default]
Tools/MiniBrowser/efl/main.c:1151:9: warning: (near initialization for 'values[2].strp') [enabled by default]

-- 
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