On 08/10/2012 08:55 PM, Enlightenment SVN wrote:
> Log:
> e: Fix unused variable warnings
>
>    Signed-off-by: Mike McCormack <mi...@atratus.org>
>
> Author:       mike_m
> Date:         2012-10-08 13:55:43 -0700 (Mon, 08 Oct 2012)
> New Revision: 77588
> Trac:         http://trac.enlightenment.org/e/changeset/77588
>
> Modified:
>    trunk/e/src/modules/conf_randr/e_int_config_randr.c
>
> Modified: trunk/e/src/modules/conf_randr/e_int_config_randr.c
> ===================================================================
> --- trunk/e/src/modules/conf_randr/e_int_config_randr.c       2012-10-08 
> 19:01:07 UTC (rev 77587)
> +++ trunk/e/src/modules/conf_randr/e_int_config_randr.c       2012-10-08 
> 20:55:43 UTC (rev 77588)
> @@ -63,9 +63,8 @@
>   }
>
>   static void
> -_fill_data(E_Config_Dialog_Data *cfdata)
> +_fill_data(E_Config_Dialog_Data *cfdata __UNUSED__)
>   {
> -
>   }
>
>   static void
> @@ -79,7 +78,7 @@
>   }
>
>   static int
> -_basic_apply(E_Config_Dialog *cfd __UNUSED__, E_Config_Dialog_Data *cfdata)
> +_basic_apply(E_Config_Dialog *cfd __UNUSED__, E_Config_Dialog_Data *cfdata 
> __UNUSED__)
>   {
>      return 1;
>   }
>

Darn those "good practices" :P

Going to make use of those tomorrow ;)

dh



------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to