[Scummvm-git-logs] scummvm master -> 1a14f3352e641b7f9d87aa7adbc4eb3deb4fa6e2

dreammaster noreply at scummvm.org
Mon May 5 20:41:55 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:
1a14f3352e AWE: Silence clang warnings


Commit: 1a14f3352e641b7f9d87aa7adbc4eb3deb4fa6e2
    https://github.com/scummvm/scummvm/commit/1a14f3352e641b7f9d87aa7adbc4eb3deb4fa6e2
Author: eientei95 (einstein95 at users.noreply.github.com)
Date: 2025-05-05T13:41:52-07:00

Commit Message:
AWE: Silence clang warnings

Changed paths:
    engines/awe/awe.cpp


diff --git a/engines/awe/awe.cpp b/engines/awe/awe.cpp
index 5ace831d881..47e2846132a 100644
--- a/engines/awe/awe.cpp
+++ b/engines/awe/awe.cpp
@@ -35,6 +35,7 @@ namespace Awe {
 AweEngine *g_engine;
 
 
+/* unused
 static const struct {
 	const char *name;
 	int type;
@@ -54,6 +55,7 @@ static const struct {
 	{ "hard", DIFFICULTY_HARD },
 	{ nullptr,  -1 }
 };
+*/
 
 bool Gfx::_is1991;
 Graphics::PixelFormat Gfx::_format;
@@ -73,7 +75,7 @@ static Gfx *createGraphics(int type) {
 		debugC(kDebugInfo, "Using GL graphics");
 #ifdef USE_GL
 		return GraphicsGL_create();
-#elsif
+#else
 		break;
 #endif
 




More information about the Scummvm-git-logs mailing list