Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37844538
en ru br
Репозитории ALT
S:2.8.8-alt1
5.1: 1.12.2-alt1
4.1: 1.10.0-alt1
www.altlinux.org/Changes

Группа :: Офис
Пакет: vym

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

Патч: vym-2.8.7-alt-return_type.patch
Скачать


Fix GCC error: control reaches end of non-void function [-Werror=return-type]
--- src/attributeitem.cpp
+++ src/attributeitem.cpp
@@ -87,6 +87,7 @@ QString AttributeItem::getAttributeTypeString()
         case Undefined:
             return "Undefined";
         }
+    return "Undefined";
     }
 
     void AttributeItem::setInternal(bool b) { internal = b; }
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin