There are plenty of those in the whole tree. I did a simple grep on
the build logs and you can find the results attached. If there is
anyone interested in fixing those, it's just a matter of building with
-Wall -Wextra.
Best regards, Etrunko
On Thu, Aug 2, 2012 at 1:05 PM, Enlightenment SVN
<[email protected]> wrote:
> Log:
> evas/canvas: Remove set but unused variable.
>
> Author: stefan
> Date: 2012-08-02 09:05:49 -0700 (Thu, 02 Aug 2012)
> New Revision: 74808
> Trac: http://trac.enlightenment.org/e/changeset/74808
>
> Modified:
> trunk/evas/src/lib/canvas/evas_layer.c
>
> Modified: trunk/evas/src/lib/canvas/evas_layer.c
> ===================================================================
> --- trunk/evas/src/lib/canvas/evas_layer.c 2012-08-02 15:15:15 UTC (rev
> 74807)
> +++ trunk/evas/src/lib/canvas/evas_layer.c 2012-08-02 16:05:49 UTC (rev
> 74808)
> @@ -136,11 +136,8 @@
> static void
> _evas_object_layer_set_child(Evas_Object *obj, Evas_Object *par, short l)
> {
> - Evas *e;
> -
> if (obj->delete_me) return;
> if (obj->cur.layer == l) return;
> - e = obj->layer->evas;
> evas_object_release(obj, 1);
> obj->cur.layer = l;
> obj->layer = par->layer;
> @@ -149,7 +146,7 @@
> {
> Eina_Inlist *contained;
> Evas_Object *member;
> -
> +
> contained = (Eina_Inlist *)evas_object_smart_members_get_direct(obj);
> EINA_INLIST_FOREACH(contained, member)
> {
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> enlightenment-svn mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
--
Eduardo de Barros Lima ◤✠◢
[email protected]
trunk/GAMES/eskiss/build.log:draw_object.c:219:13: warning: variable ‘ox’ set
but not used [-Wunused-but-set-variable]
trunk/GAMES/eskiss/build.log:physic_object.c:642:42: warning: variable ‘s’ set
but not used [-Wunused-but-set-variable]
trunk/e/build.log:e_fm.c:2383:76: warning: parameter ‘rel’ set but not used
[-Wunused-but-set-parameter]
trunk/e/build.log:e_fm.c:2383:85: warning: parameter ‘rel_to’ set but not used
[-Wunused-but-set-parameter]
trunk/e/build.log:e_fm.c:2383:97: warning: parameter ‘x’ set but not used
[-Wunused-but-set-parameter]
trunk/e/build.log:e_fm.c:2383:104: warning: parameter ‘y’ set but not used
[-Wunused-but-set-parameter]
trunk/e/build.log:e_fm.c:2383:111: warning: parameter ‘res_w’ set but not used
[-Wunused-but-set-parameter]
trunk/e/build.log:e_fm.c:2383:122: warning: parameter ‘res_h’ set but not used
[-Wunused-but-set-parameter]
trunk/e/build.log:e_signals.c:62:8: warning: variable ‘ret’ set but not used
[-Wunused-but-set-variable]
trunk/e/build.log:e_gadcon.c:1297:48: warning: parameter ‘gcc’ set but not used
[-Wunused-but-set-parameter]
trunk/e/build.log:e_gadcon.c:1297:57: warning: parameter ‘resizable’ set but
not used [-Wunused-but-set-parameter]
trunk/e/build.log:e_mod_config.c:231:18: warning: variable 'ret' set but not
used [-Wunused-but-set-variable]
trunk/e/build.log:e_mod_main.c:380:29: warning: variable 'realpath' set but not
used [-Wunused-but-set-variable]
trunk/e/build.log:e_mod_ind_win.c:193:15: warning: variable 'h' set but not
used [-Wunused-but-set-variable]
trunk/e/build.log:e_mod_ind_win.c:231:15: warning: variable 'h' set but not
used [-Wunused-but-set-variable]
trunk/e/build.log:e_mod_config.c:592:19: warning: variable 'lp' set but not
used [-Wunused-but-set-variable]
trunk/e/build.log:e_mod_config.c:19:21: warning: variable 'cfd' set but not
used [-Wunused-but-set-variable]
trunk/e/build.log:e_fm.c:2383:76: warning: parameter ‘rel’ set but not used
[-Wunused-but-set-parameter]
trunk/e/build.log:e_fm.c:2383:85: warning: parameter ‘rel_to’ set but not used
[-Wunused-but-set-parameter]
trunk/e/build.log:e_fm.c:2383:97: warning: parameter ‘x’ set but not used
[-Wunused-but-set-parameter]
trunk/e/build.log:e_fm.c:2383:104: warning: parameter ‘y’ set but not used
[-Wunused-but-set-parameter]
trunk/e/build.log:e_fm.c:2383:111: warning: parameter ‘res_w’ set but not used
[-Wunused-but-set-parameter]
trunk/e/build.log:e_fm.c:2383:122: warning: parameter ‘res_h’ set but not used
[-Wunused-but-set-parameter]
trunk/e/build.log:e_fm_op.c:886:13: warning: variable ‘ret’ set but not used
[-Wunused-but-set-variable]
trunk/e/build.log:e_fm_op.c:947:8: warning: variable ‘ret’ set but not used
[-Wunused-but-set-variable]
trunk/e/build.log:e_fm_op.c:1051:8: warning: variable ‘ret’ set but not used
[-Wunused-but-set-variable]
trunk/e/build.log:e_alert_main.c:428:22: warning: variable ‘cookie’ set but not
used [-Wunused-but-set-variable]
trunk/e/build.log:e_alert_main.c:453:22: warning: variable ‘cookie’ set but not
used [-Wunused-but-set-variable]
trunk/e/build.log:e_alert_main.c:514:22: warning: variable ‘dcookie’ set but
not used [-Wunused-but-set-variable]
trunk/e/build.log:e_gadcon.c:1297:48: warning: parameter ‘gcc’ set but not used
[-Wunused-but-set-parameter]
trunk/e/build.log:e_gadcon.c:1297:57: warning: parameter ‘resizable’ set but
not used [-Wunused-but-set-parameter]
trunk/e/build.log:e_thumb_main.c:88:18: warning: variable ‘ret’ set but not
used [-Wunused-but-set-variable]
trunk/e/build.log:e_signals.c:62:8: warning: variable ‘ret’ set but not used
[-Wunused-but-set-variable]
trunk/e/build.log:e_mod_config.c:231:18: warning: variable 'ret' set but not
used [-Wunused-but-set-variable]
trunk/e/build.log:e_mod_ind_win.c:193:15: warning: variable 'h' set but not
used [-Wunused-but-set-variable]
trunk/e/build.log:e_mod_ind_win.c:231:15: warning: variable 'h' set but not
used [-Wunused-but-set-variable]
trunk/e/build.log:e_mod_config.c:574:19: warning: variable 'lp' set but not
used [-Wunused-but-set-variable]
trunk/e/build.log:e_mod_config.c:19:21: warning: variable 'cfd' set but not
used [-Wunused-but-set-variable]
trunk/e/build.log:e_fm_op.c:886:13: warning: variable ‘ret’ set but not used
[-Wunused-but-set-variable]
trunk/e/build.log:e_fm_op.c:947:8: warning: variable ‘ret’ set but not used
[-Wunused-but-set-variable]
trunk/e/build.log:e_fm_op.c:1051:8: warning: variable ‘ret’ set but not used
[-Wunused-but-set-variable]
trunk/e/build.log:e_alert_main.c:428:22: warning: variable ‘cookie’ set but not
used [-Wunused-but-set-variable]
trunk/e/build.log:e_alert_main.c:453:22: warning: variable ‘cookie’ set but not
used [-Wunused-but-set-variable]
trunk/e/build.log:e_alert_main.c:514:22: warning: variable ‘dcookie’ set but
not used [-Wunused-but-set-variable]
trunk/e/build.log:e_thumb_main.c:88:18: warning: variable ‘ret’ set but not
used [-Wunused-but-set-variable]
trunk/e/build.log:e_fm.c:2380:76: warning: parameter ‘rel’ set but not used
[-Wunused-but-set-parameter]
trunk/e/build.log:e_fm.c:2380:85: warning: parameter ‘rel_to’ set but not used
[-Wunused-but-set-parameter]
trunk/e/build.log:e_fm.c:2380:97: warning: parameter ‘x’ set but not used
[-Wunused-but-set-parameter]
trunk/e/build.log:e_fm.c:2380:104: warning: parameter ‘y’ set but not used
[-Wunused-but-set-parameter]
trunk/e/build.log:e_fm.c:2380:111: warning: parameter ‘res_w’ set but not used
[-Wunused-but-set-parameter]
trunk/e/build.log:e_fm.c:2380:122: warning: parameter ‘res_h’ set but not used
[-Wunused-but-set-parameter]
trunk/e/build.log:e_gadcon.c:1297:48: warning: parameter ‘gcc’ set but not used
[-Wunused-but-set-parameter]
trunk/e/build.log:e_gadcon.c:1297:57: warning: parameter ‘resizable’ set but
not used [-Wunused-but-set-parameter]
trunk/e/build.log:e_signals.c:62:8: warning: variable ‘ret’ set but not used
[-Wunused-but-set-variable]
trunk/e/build.log:e_mod_config.c:231:18: warning: variable 'ret' set but not
used [-Wunused-but-set-variable]
trunk/e/build.log:e_mod_ind_win.c:193:15: warning: variable 'h' set but not
used [-Wunused-but-set-variable]
trunk/e/build.log:e_mod_ind_win.c:231:15: warning: variable 'h' set but not
used [-Wunused-but-set-variable]
trunk/e/build.log:e_mod_config.c:574:19: warning: variable 'lp' set but not
used [-Wunused-but-set-variable]
trunk/e/build.log:e_mod_config.c:19:21: warning: variable 'cfd' set but not
used [-Wunused-but-set-variable]
trunk/ecore/build.log:ecore_con_socks.c:116:4: warning: variable 'v5' set but
not used [-Wunused-but-set-variable]
trunk/ecore/build.log:ecore_con_socks.c:116:4: warning: variable 'v4' set but
not used [-Wunused-but-set-variable]
trunk/ecore/build.log:ecore_con_socks.c:816:4: warning: variable 'v5' set but
not used [-Wunused-but-set-variable]
trunk/ecore/build.log:ecore_con_socks.c:816:4: warning: variable 'v4' set but
not used [-Wunused-but-set-variable]
trunk/ecore/build.log:ecore_con_socks.c:835:4: warning: variable 'v5' set but
not used [-Wunused-but-set-variable]
trunk/ecore/build.log:ecore_con_socks.c:835:4: warning: variable 'v4' set but
not used [-Wunused-but-set-variable]
trunk/ecore/build.log:ecore_x_gesture.c:47:46: warning: parameter 'win' set but
not used [-Wunused-but-set-parameter]
trunk/ecore/build.log:ecore_x_gesture.c:48:58: warning: parameter 'mask' set
but not used [-Wunused-but-set-parameter]
trunk/ecore/build.log:ecore_x_gesture.c:66:52: warning: parameter 'win' set but
not used [-Wunused-but-set-parameter]
trunk/ecore/build.log:ecore_x_gesture.c:89:43: warning: parameter 'win' set but
not used [-Wunused-but-set-parameter]
trunk/ecore/build.log:ecore_x_gesture.c:90:55: warning: parameter 'type' set
but not used [-Wunused-but-set-parameter]
trunk/ecore/build.log:ecore_x_gesture.c:91:32: warning: parameter 'num_fingers'
set but not used [-Wunused-but-set-parameter]
trunk/ecore/build.log:ecore_x_gesture.c:113:45: warning: parameter 'win' set
but not used [-Wunused-but-set-parameter]
trunk/ecore/build.log:ecore_x_gesture.c:114:57: warning: parameter 'type' set
but not used [-Wunused-but-set-parameter]
trunk/ecore/build.log:ecore_x_gesture.c:115:34: warning: parameter
'num_fingers' set but not used [-Wunused-but-set-parameter]
trunk/exquisite/build.log:ipc.c:186:22: warning: variable ‘fdh’ set but not
used [-Wunused-but-set-variable]
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel