* eet: compile with -Werror on 64bits too.
authorcedric <cedric>
Fri, 3 Dec 2010 16:55:50 +0000 (16:55 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 3 Dec 2010 16:55:50 +0000 (16:55 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@55201 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index a492a97..c96be0b 100644 (file)
@@ -368,8 +368,8 @@ AC_TRY_RUN(
 #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"],