Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37588261
en ru br
ALT Linux repos
S:0.9.0-alt3
5.0: 0.5.0-alt3
4.1: 0.5.0-alt2
4.0: 0.5.0-alt0.M40.2

Group :: System/Libraries
RPM: libdbus-c++

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: libdbus-c++-noreturn.patch
Download


Index: include/dbus-c++/util.h
===================================================================
--- include/dbus-c++/util.h.orig	2011-11-28 17:03:19.000000000 +0200
+++ include/dbus-c++/util.h	2012-03-11 13:21:18.851849466 +0200
@@ -243,6 +243,7 @@ public:
     // TODO: think about return type in this case
     // this assert should help me to find the use case where it's needed...
     //assert (false);
+      return _cb->call(param);
   }
 
   R call(P param) const
@@ -255,6 +256,8 @@ public:
     // TODO: think about return type in this case
     // this assert should help me to find the use case where it's needed...
     //assert (false);
+      return _cb->call(param);
+    
   }
 
   bool empty() const
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin