Description of problem: I just tried to compile package evolution-data-server-1.2.2-3 from Redhat Fedora Core development tree with the most excellent Intel C compiler. The compiler said 1. e-book-backend-ldap.c(597): warning #117: non-void function "query_ldap_root_dse" should return a value The source code is if (!ldap) return; Suggest add expression to return statement. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Thanks for this report; I'll look into fixing this upstream
Bug was introduced by this commit: http://cvs.gnome.org/viewcvs/evolution-data-server/addressbook/backends/ldap/e-book-backend-ldap.c?r1=1.36&r2=1.37 (2005-01-10 Hans Petter Jansson <hpj>) Fixed in upstream CVS (returns LDAP_OTHER); this is fixed in the latest rawhide package.