Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37401556
en ru br
Репозитории ALT
S:2020.3.17-alt1
5.1: 1.9.1-alt3
4.1: 1.0.0-alt1.1
4.0: 0.3.10-alt1
3.0: 0.3.8-alt2
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: SimGear

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

Патч: SimGear-g++8.patch
Скачать


From 9ebf11fccf502dc33ff5f5cec16669c18a19fb23 Mon Sep 17 00:00:00 2001
From: Andrey Bychkov <mrdrew@altlinux.org>
Date: Wed, 13 Feb 2019 12:26:36 +0300
Subject: [PATCH] Fix no return statement in the non-void function (according
 g++8)
---
 SimGear/simgear/io/HTTPRepository.cxx | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/SimGear/simgear/io/HTTPRepository.cxx b/SimGear/simgear/io/HTTPRepository.cxx
index 690d562..92f1e2f 100644
--- a/SimGear/simgear/io/HTTPRepository.cxx
+++ b/SimGear/simgear/io/HTTPRepository.cxx
@@ -90,6 +90,8 @@ namespace simgear
         case HTTPRepository::REPO_ERROR_CANCELLED:   return "cancelled";
         case HTTPRepository::REPO_PARTIAL_UPDATE:   return "partial update (incomplete)";
         }
+
+        return "";
     }
     
 class HTTPRepoPrivate
-- 
2.19.2
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin