[Scummvm-git-logs] scummvm master -> b377f6d68f97b5815aa1b7777e37d8da376fe46d

aquadran aquadran at gmail.com
Sat Mar 20 12:54:25 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b377f6d68f DEVTOOLS: Silence unused variable compiler warning


Commit: b377f6d68f97b5815aa1b7777e37d8da376fe46d
    https://github.com/scummvm/scummvm/commit/b377f6d68f97b5815aa1b7777e37d8da376fe46d
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2021-03-20T13:54:19+01:00

Commit Message:
DEVTOOLS: Silence unused variable compiler warning

Changed paths:
    devtools/create_kyradat/games.cpp


diff --git a/devtools/create_kyradat/games.cpp b/devtools/create_kyradat/games.cpp
index 21303f4a6a..7637224db1 100644
--- a/devtools/create_kyradat/games.cpp
+++ b/devtools/create_kyradat/games.cpp
@@ -3389,7 +3389,7 @@ const int eob2AmigaNeed[] = {
 
 	-1
 };
-
+/*
 const int eob2PC98Need[] = {
 	kEoBBaseChargenStrings1,
 	kEoBBaseChargenStrings2,
@@ -3716,7 +3716,7 @@ const int eob2PC98Need[] = {
 	kEoBBaseSoundFilesFinale,
 
 	-1
-};
+};*/
 
 const int eob2FMTownsNeed[] = {
 	kEoBBaseChargenStrings1,




More information about the Scummvm-git-logs mailing list