Hi All,
Would someone please apply this attached patch (almost immediately) ?? Fixes
for horrible compiler warning on e_container.
Cheers,
dh
Index: e_container.c
===================================================================
--- e_container.c (revision 70686)
+++ e_container.c (working copy)
@@ -1115,8 +1115,11 @@
static int
_e_container_cb_zone_sort(const void *data1, const void *data2)
{
- E_Zone *z1 = data1, *z2 = data2;
-
+ const E_Zone *z1, *z2;
+
+ z1 = data1;
+ z2 = data2;
+
return z2->num - z1->num;
}
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel