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

digitall noreply at scummvm.org
Sun May 26 17:39:51 UTC 2024


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:
bc6d5c1cf6 M4: Fix Unused Variable GCC Compiler Warning


Commit: bc6d5c1cf61a2fdfa1493b5ed06e7378aaef0d23
    https://github.com/scummvm/scummvm/commit/bc6d5c1cf61a2fdfa1493b5ed06e7378aaef0d23
Author: D G Turner (digitall at scummvm.org)
Date: 2024-05-26T18:38:58+01:00

Commit Message:
M4: Fix Unused Variable GCC Compiler Warning

Changed paths:
    engines/m4/wscript/ws_load.cpp


diff --git a/engines/m4/wscript/ws_load.cpp b/engines/m4/wscript/ws_load.cpp
index 801152b5515..611d6eb40df 100644
--- a/engines/m4/wscript/ws_load.cpp
+++ b/engines/m4/wscript/ws_load.cpp
@@ -1506,7 +1506,6 @@ static int32 GetSSHeaderInfo(SysFile *sysFile, uint32 **data, RGB8 *myPalette) {
 	uint32 *tempPtr, i, j, header, format;
 	int32 numCels, dataOffset;
 	bool byteSwap;
-	void *handlebuffer;
 
 	if (!sysFile) {
 		ws_LogErrorMsg(FL, "nullptr FILE POINTER given.");




More information about the Scummvm-git-logs mailing list