[Pkg-e-commits] [SCM] Core abstraction layer for enlightenment DR 0.17 branch, upstream-vcs, updated. 17066e277fc229c9ca06f46287cf52d5ee7ae37f

englebass englebass at alioth.debian.org
Sat Mar 15 18:25:13 UTC 2008


The following commit has been merged in the upstream-vcs branch:
commit 6ccf548cb1133d29e72c1f29306ea24f1f40ced1
Author: englebass <englebass>
Date:   Thu Mar 13 06:35:57 2008 +0000

    Fix compiler warnings.

diff --git a/src/lib/ecore_con/ecore_con_url.c b/src/lib/ecore_con/ecore_con_url.c
index 97077ce..314d8ba 100644
--- a/src/lib/ecore_con/ecore_con_url.c
+++ b/src/lib/ecore_con/ecore_con_url.c
@@ -243,15 +243,6 @@ ecore_con_url_new(const char *url)
 #endif
 }
 
-static int
-_ecore_con_url_compare_cb(const void *data1, const void *data2)
-{
-   const void	*url_con1 = data1;
-   const void	*url_con2 = data2;
-
-   return (url_con1 == url_con2) ? 0 : 1;
-}
-
 /**
  * Frees the Ecore_Con_Url.
  * @return  FIXME: To be documented. 
@@ -430,6 +421,7 @@ ecore_con_url_received_bytes_get(Ecore_Con_Url *url_con)
 
    return url_con->received;
 #endif   
+   return 0;
 }
 
 /**

-- 
Core abstraction layer for enlightenment DR 0.17



More information about the Pkg-e-commits mailing list