2011/10/9 Enlightenment SVN <[email protected]>:
> Log:
> Evas: big mistake in efl_attribute.m4. My bad
>

Some day we may forgive you.

>
> Author:       caro
> Date:         2011-10-09 12:28:40 -0700 (Sun, 09 Oct 2011)
> New Revision: 63935
> Trac:         http://trac.enlightenment.org/e/changeset/63935
>
> Modified:
>  trunk/evas/m4/efl_attribute.m4
>
> Modified: trunk/evas/m4/efl_attribute.m4
> ===================================================================
> --- trunk/evas/m4/efl_attribute.m4      2011-10-09 19:27:08 UTC (rev 63934)
> +++ trunk/evas/m4/efl_attribute.m4      2011-10-09 19:28:40 UTC (rev 63935)
> @@ -12,9 +12,9 @@
>  AC_COMPILE_IFELSE(
>    [AC_LANG_PROGRAM(
>        [[
> +void foo(int x __attribute__ ((unused))) {}
>        ]],
>        [[
> -void foo(int x __attribute__ ((unused))) {}
>        ]])],
>    [have_attribute_unused="yes"],
>    [have_attribute_unused="no"])
> @@ -22,6 +22,8 @@
>
>  if test "x${have_attribute_unused}" = "xyes" ; then
>    AC_DEFINE([__UNUSED__], [__attribute__ ((unused))], [Macro declaring a 
> function argument to be unused.])
> +else
> +   AC_DEFINE([__UNUSED__], [], [__attribute__ ((unused)) is not supported.])
>  fi
>  ])
>
>
>
> ------------------------------------------------------------------------------
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security
> threats, fraudulent activity, and more. Splunk takes this data and makes
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2dcopy2
> _______________________________________________
> enlightenment-svn mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to