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

Helco noreply at scummvm.org
Wed Jul 1 15:48:11 UTC 2026


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

Summary:
b9cbeab823 ALCACHOFA: Ignore exception-related warning. PVS-Studio V1023


Commit: b9cbeab8231177164687bac51140320c1f0c8701
    https://github.com/scummvm/scummvm/commit/b9cbeab8231177164687bac51140320c1f0c8701
Author: Helco (hermann.noll at hotmail.com)
Date: 2026-07-01T17:47:41+02:00

Commit Message:
ALCACHOFA: Ignore exception-related warning. PVS-Studio V1023

Changed paths:
    engines/alcachofa/rooms.cpp


diff --git a/engines/alcachofa/rooms.cpp b/engines/alcachofa/rooms.cpp
index 2c85ccee336..c89a83c0c2c 100644
--- a/engines/alcachofa/rooms.cpp
+++ b/engines/alcachofa/rooms.cpp
@@ -1091,8 +1091,7 @@ public:
 			if (lastSep == String::npos)
 				lastSep = 0;
 			auto fileName = String::format("%s.%s", fullPath.c_str() + lastSep, extension.c_str());
-			_members.emplace_back(
-				new EmbeddedArchiveMember(fileName, *this, fileOffset, fileOffset + fileSize)); //-V1023
+			_members.emplace_back(new EmbeddedArchiveMember(fileName, *this, fileOffset, fileOffset + fileSize)); //-V1023
 		}
 
 		if (_file->pos() > endPosition)




More information about the Scummvm-git-logs mailing list