Bug 103835

Summary: [EFL][WK2] ECORE_GETOPT_VALUE_BOOL need to be used for Eina_Bool
Product: WebKit Reporter: KyungTae Kim <ktf.kim>
Component: WebKit EFLAssignee: KyungTae Kim <ktf.kim>
Status: RESOLVED FIXED    
Severity: Normal CC: haraken, kenneth, laszlo.gombos, lucas.de.marchi, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

KyungTae Kim
Reported 2012-12-02 04:27:06 PST
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]
Attachments
Patch (1.40 KB, patch)
2012-12-02 05:13 PST, KyungTae Kim
no flags
KyungTae Kim
Comment 1 2012-12-02 05:13:02 PST
Kentaro Hara
Comment 2 2012-12-02 15:40:28 PST
Comment on attachment 177138 [details] Patch r=me
WebKit Review Bot
Comment 3 2012-12-02 15:43:57 PST
Comment on attachment 177138 [details] Patch Clearing flags on attachment: 177138 Committed r136353: <http://trac.webkit.org/changeset/136353>
WebKit Review Bot
Comment 4 2012-12-02 15:44:01 PST
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.