I'm sort of changing the stuff in elm_photo with a number of FIXMEs and
hard coded numbers linking
in cnp too. 

Maybe -Wno-unused-parameter?

    Regards,
    nash


On Thu, 09 Sep 2010 12:39 -0700, "Enlightenment SVN"
<no-re...@enlightenment.org> wrote:
> Log:
>   some -Wall -Wextra warning cleanups.
>   
>   elm_cnp_helper.c warnings were not fixed as they look like
>   implementation nash will do soon.
>   
>   
> Author:       barbieri
> Date:         2010-09-09 12:39:30 -0700 (Thu, 09 Sep 2010)
> New Revision: 52102
> 
> Modified:
>   trunk/TMP/st/elementary/src/lib/elm_config.c
>   trunk/TMP/st/elementary/src/lib/elm_entry.c
>   trunk/TMP/st/elementary/src/lib/elm_photo.c 
> 
> Modified: trunk/TMP/st/elementary/src/lib/elm_config.c
> ===================================================================
> --- trunk/TMP/st/elementary/src/lib/elm_config.c        2010-09-09
> 19:35:53 UTC (rev 52101)
> +++ trunk/TMP/st/elementary/src/lib/elm_config.c        2010-09-09
> 19:39:30 UTC (rev 52102)
> @@ -30,7 +30,6 @@
>  #define ATOM_COUNT 5
>  static Ecore_X_Atom _atom[ATOM_COUNT];
>  static Ecore_X_Atom _atom_config = 0;
> -static Ecore_X_Atom _atom_config_specific = 0;
>  static const char *_atom_names[ATOM_COUNT] =
>  {
>       "ENLIGHTENMENT_SCALE",
> 
> Modified: trunk/TMP/st/elementary/src/lib/elm_entry.c
> ===================================================================
> --- trunk/TMP/st/elementary/src/lib/elm_entry.c 2010-09-09 19:35:53 UTC
> (rev 52101)
> +++ trunk/TMP/st/elementary/src/lib/elm_entry.c 2010-09-09 19:39:30 UTC
> (rev 52102)
> @@ -1274,7 +1274,7 @@
>  
>  
>  static Eina_Bool
> -_drag_drop_cb(void *data, Evas_Object *obj, Elm_Drop_Data *drop)
> +_drag_drop_cb(void *data __UNUSED__, Evas_Object *obj, Elm_Drop_Data
> *drop)
>  {
>     Widget_Data *wd;
>     Eina_Bool rv;
> 
> Modified: trunk/TMP/st/elementary/src/lib/elm_photo.c
> ===================================================================
> --- trunk/TMP/st/elementary/src/lib/elm_photo.c 2010-09-09 19:35:53 UTC
> (rev 52101)
> +++ trunk/TMP/st/elementary/src/lib/elm_photo.c 2010-09-09 19:39:30 UTC
> (rev 52102)
> @@ -107,7 +107,7 @@
>  }
>  
>  static void
> -_mouse_down(void *data, Evas *e, Evas_Object *obj, void *event_info)
> +_mouse_down(void *data, Evas *e __UNUSED__, Evas_Object *obj __UNUSED__,
> void *event_info __UNUSED__)
>  {
>     Widget_Data *wd = elm_widget_data_get(data);
>  
> @@ -117,7 +117,7 @@
>  }
>  
>  static void
> -_mouse_up(void *data, Evas *e __UNUSED__, Evas_Object *obj, void
> *event_info __UNUSED__)
> +_mouse_up(void *data, Evas *e __UNUSED__, Evas_Object *obj __UNUSED__,
> void *event_info __UNUSED__)
>  {
>     Widget_Data *wd = elm_widget_data_get(data);
>  
> 
> 
> ------------------------------------------------------------------------------
> This SF.net Dev2Dev email is sponsored by:
> 
> Show off your parallel programming skills.
> Enter the Intel(R) Threading Challenge 2010.
> http://p.sf.net/sfu/intel-thread-sfd
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
> 

------------------------------------------------------------------------------
Automate Storage Tiering Simply
Optimize IT performance and efficiency through flexible, powerful, 
automated storage tiering capabilities. View this brief to learn how
you can reduce costs and improve performance. 
http://p.sf.net/sfu/dell-sfdev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to