RESOLVED FIXED 103835
[EFL][WK2] ECORE_GETOPT_VALUE_BOOL need to be used for Eina_Bool
https://bugs.webkit.org/show_bug.cgi?id=103835
Summary [EFL][WK2] ECORE_GETOPT_VALUE_BOOL need to be used for Eina_Bool
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.