Enlightenment CVS committal Author : englebass Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_con Modified Files: ecore_con_url.c Log Message: Fix compiler warnings. =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_con/ecore_con_url.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -3 -r1.19 -r1.20 --- ecore_con_url.c 9 Mar 2008 16:43:32 -0000 1.19 +++ ecore_con_url.c 13 Mar 2008 06:35:57 -0000 1.20 @@ -243,15 +243,6 @@ #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 @@ return url_con->received; #endif + return 0; } /** ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs