[Scummvm-git-logs] scummvm master -> 83d481f8826a8b068e4e7975b2ad93df2995d1f2

sev- sev at scummvm.org
Fri Feb 7 20:58:35 UTC 2020


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:
83d481f882 COMMON: Fix compiler warning


Commit: 83d481f8826a8b068e4e7975b2ad93df2995d1f2
    https://github.com/scummvm/scummvm/commit/83d481f8826a8b068e4e7975b2ad93df2995d1f2
Author: jepael (jepael at users.noreply.github.com)
Date: 2020-02-07T21:58:31+01:00

Commit Message:
COMMON: Fix compiler warning

Changed paths:
    common/macresman.cpp


diff --git a/common/macresman.cpp b/common/macresman.cpp
index aa4f536..5081542 100644
--- a/common/macresman.cpp
+++ b/common/macresman.cpp
@@ -721,7 +721,7 @@ String MacResManager::disassembleAppleDoubleName(String name, bool *isAppleDoubl
 
 void MacResManager::dumpRaw() {
 	byte *data = nullptr;
-	int dataSize = 0;
+	uint dataSize = 0;
 	Common::DumpFile out;
 
 	for (int i = 0; i < _resMap.numTypes; i++) {




More information about the Scummvm-git-logs mailing list