Hi,

there are some missing returns from functions not returning void.

Apply please attached fix.

Best regards,

Tomas Cech
Sleep_Walker

Index: e_dbus-1.7.5/src/lib/connman0_7x/e_connman_element.c
===================================================================
--- e_dbus-1.7.5.orig/src/lib/connman0_7x/e_connman_element.c
+++ e_dbus-1.7.5/src/lib/connman0_7x/e_connman_element.c
@@ -1378,7 +1378,7 @@ _e_connman_element_get_properties_callba
 Eina_Bool
 e_connman_element_sync_properties_full(E_Connman_Element *element, E_DBus_Method_Return_Cb cb, const void *data)
 {
-   e_connman_element_properties_sync_full(element, cb, data);
+   return e_connman_element_properties_sync_full(element, cb, data);
 }
 
 /**
Index: e_dbus-1.7.5/src/lib/ofono/e_ofono_element.c
===================================================================
--- e_dbus-1.7.5.orig/src/lib/ofono/e_ofono_element.c
+++ e_dbus-1.7.5/src/lib/ofono/e_ofono_element.c
@@ -1458,7 +1458,7 @@ _e_ofono_element_get_properties_callback
 Eina_Bool
 e_ofono_element_sync_properties_full(E_Ofono_Element *element, E_DBus_Method_Return_Cb cb, const void *data)
 {
-   e_ofono_element_properties_sync_full(element, cb, data);
+   return e_ofono_element_properties_sync_full(element, cb, data);
 }
 
 /**

Attachment: signature.asc
Description: Digital signature

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to