I hope I got the right return value
authorStephan Kulow <coolo@suse.de>
Tue, 6 May 2008 05:37:49 +0000 (05:37 +0000)
committerStephan Kulow <coolo@suse.de>
Tue, 6 May 2008 05:37:49 +0000 (05:37 +0000)
package/libzypp.changes
zypp/solver/detail/Resolver.cc

index 1cb503b..54dea05 100644 (file)
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Tue May  6 07:37:22 CEST 2008 - coolo@suse.de
+
+- return values in non-void functions
+
+-------------------------------------------------------------------
 Mon May  5 14:08:20 CEST 2008 - jkupec@suse.cz
 
 - support multiple search strings in PoolQuery (ORed)
index 1d6ea08..caa3fc5 100644 (file)
@@ -344,6 +344,7 @@ bool Resolver::checkUnmaintainedItems () {
        // next try
        solverRet = resolvePool();      
     }
+    return solverRet;
 }