Morten Nilsen wrote:
+       keys = ecore_sheap_new(SORT_CMP, eet_num_entries(ef));

should be ECORE_COMPARE_CB(SORT_CMP) to remove a compiler warning

> +  while(key = ecore_sheap_extract(keys)) {

should be while((..)) { to remove another warning

Cheers,
--
Morten


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to