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

dwatteau noreply at scummvm.org
Fri Aug 15 19:45:18 UTC 2025


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:
fa3f6314a8 GOT: Silence -Wunused-private-field warning (Clang 15)


Commit: fa3f6314a8619996a319e98815bd8e6e299a5e3e
    https://github.com/scummvm/scummvm/commit/fa3f6314a8619996a319e98815bd8e6e299a5e3e
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2025-08-15T21:29:52+02:00

Commit Message:
GOT: Silence -Wunused-private-field warning (Clang 15)

Changed paths:
    engines/got/views/game_content.h


diff --git a/engines/got/views/game_content.h b/engines/got/views/game_content.h
index 605498b6b5f..21130c73fc7 100644
--- a/engines/got/views/game_content.h
+++ b/engines/got/views/game_content.h
@@ -38,7 +38,7 @@ private:
 	int _lightningCtr = 0;
 	int _pixelX[8][25] = {};
 	int _pixelY[8][25] = {};
-	byte _pixelP[8][25] = {};
+	//byte _pixelP[8][25] = {};
 	byte _pixelC[8] = {};
 	int _pauseCtr = 0;
 	int _closingStateCtr = 0;




More information about the Scummvm-git-logs mailing list