Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/data


Modified Files:
        evas_hash.c 


Log Message:
some warning fixes
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/data/evas_hash.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- evas_hash.c 2 Oct 2005 15:15:44 -0000       1.12
+++ evas_hash.c 16 Oct 2005 09:34:35 -0000      1.13
@@ -251,7 +251,7 @@
                  hash->buckets[hash_num] = 
evas_object_list_prepend(hash->buckets[hash_num], el);
               }
             old_data = el->data;
-            el->data = data;
+            el->data = (void *) data;
             return old_data;
          }
      }




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to