[Scummvm-git-logs] scummvm master -> 24163511b06d9566a79a7bcd2b11d1437ca75f32

digitall noreply at scummvm.org
Sun Jul 9 01:58:58 UTC 2023


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:
24163511b0 DRAGONS: Fix Unused Variable GCC Compiler Warning


Commit: 24163511b06d9566a79a7bcd2b11d1437ca75f32
    https://github.com/scummvm/scummvm/commit/24163511b06d9566a79a7bcd2b11d1437ca75f32
Author: D G Turner (digitall at scummvm.org)
Date: 2023-07-09T02:58:38+01:00

Commit Message:
DRAGONS: Fix Unused Variable GCC Compiler Warning

Changed paths:
    engines/dragons/background.cpp


diff --git a/engines/dragons/background.cpp b/engines/dragons/background.cpp
index 5f27d07ee0b..7011dbf0988 100644
--- a/engines/dragons/background.cpp
+++ b/engines/dragons/background.cpp
@@ -329,7 +329,7 @@ uint16 ScaleLayer::getScale(uint16 y) {
 	short yBand;
 	uint uVar1;
 	short local_v0_368;
-	int iVar3;
+//	int iVar3;
 	short lowerYBandIdx;
 	ScaleBand *pSVar4;
 	short upperYBandIdx;




More information about the Scummvm-git-logs mailing list