Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37790882
en ru br
Репозитории ALT
S:0.74.3-alt3
5.1: 0.74-alt1.M51.1
4.1: 0.72-alt3
4.0: 0.72-alt4
3.0: 0.63-alt1.1
www.altlinux.org/Changes

Группа :: Эмуляторы
Пакет: dosbox

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

Патч: fix_werror_return_type.patch
Скачать


diff --git a/dosbox-0.74/src/debug/debug.cpp b/dosbox-0.74/src/debug/debug.cpp
index 118bb84..547f885 100644
--- a/dosbox-0.74/src/debug/debug.cpp
+++ b/dosbox-0.74/src/debug/debug.cpp
@@ -78,11 +78,11 @@ Bit32u GetHexValue(char* str, char*& hex);
 
 class DebugPageHandler : public PageHandler {
 public:
-	Bitu readb(PhysPt /*addr*/) {
+	Bitu readb(PhysPt /*addr*/) { return -1;
 	}
-	Bitu readw(PhysPt /*addr*/) {
+	Bitu readw(PhysPt /*addr*/) { return -1;
 	}
-	Bitu readd(PhysPt /*addr*/) {
+	Bitu readd(PhysPt /*addr*/) { return -1;
 	}
 	void writeb(PhysPt /*addr*/,Bitu /*val*/) {
 	}
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin