Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37845712
en ru br
Репозитории ALT
S:0.9.0-alt3
5.1: 0.5.0-alt11
4.1: 0.5.0-alt2
4.0: 0.5.0-alt0.M40.2
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: libdbus-c++

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: libdbus-c++-noreturn.patch
Скачать


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
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin