Bug 103835 - [EFL][WK2] ECORE_GETOPT_VALUE_BOOL need to be used for Eina_Bool
Summary: [EFL][WK2] ECORE_GETOPT_VALUE_BOOL need to be used for Eina_Bool
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: KyungTae Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-02 04:27 PST by KyungTae Kim
Modified: 2012-12-02 15:44 PST (History)
5 users (show)

See Also:


Attachments
Patch (1.40 KB, patch)
2012-12-02 05:13 PST, KyungTae Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description KyungTae Kim 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]
Comment 1 KyungTae Kim 2012-12-02 05:13:02 PST
Created attachment 177138 [details]
Patch
Comment 2 Kentaro Hara 2012-12-02 15:40:28 PST
Comment on attachment 177138 [details]
Patch

r=me
Comment 3 WebKit Review Bot 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>
Comment 4 WebKit Review Bot 2012-12-02 15:44:01 PST
All reviewed patches have been landed.  Closing bug.