On Fri, 3 Dec 2010, Enlightenment SVN wrote:

> Log:
>       * eet: compile with -Werror on 64bits too.

on Win64, long long is of size 32 bits. You can use uintptr_t on Windows

And btw, shouldn't you use unsigned long long (to be pedantic) ?

Vincent

>
>
> Author:       cedric
> Date:         2010-12-03 08:55:50 -0800 (Fri, 03 Dec 2010)
> New Revision: 55201
> Trac:         http://trac.enlightenment.org/e/changeset/55201
>
> Modified:
>  trunk/eet/configure.ac
>
> Modified: trunk/eet/configure.ac
> ===================================================================
> --- trunk/eet/configure.ac    2010-12-03 16:49:20 UTC (rev 55200)
> +++ trunk/eet/configure.ac    2010-12-03 16:55:50 UTC (rev 55201)
> @@ -368,8 +368,8 @@
> #include <stdlib.h>
> int main (int argc, char **argv) {
>   void *foo = NULL;
> -  int bar = (int)foo;
> -  return (int)foo;
> +  long long bar = (long long)foo;
> +  return (long long)foo;
> }
>    ],
>    [have_null="yes"],
>
>
> ------------------------------------------------------------------------------
> Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
> Tap into the largest installed PC base & get more eyes on your game by
> optimizing for Intel(R) Graphics Technology. Get started today with the
> Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
> http://p.sf.net/sfu/intelisp-dev2dev
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
>

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to