[Scummvm-git-logs] scummvm master -> b9ef0b49f470358a748a69d60175677b67c00972
digitall
noreply at scummvm.org
Tue Dec 7 00:32:19 UTC 2021
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:
b9ef0b49f4 TINYGL: Fix GCC Compiler Pedantic Warning
Commit: b9ef0b49f470358a748a69d60175677b67c00972
https://github.com/scummvm/scummvm/commit/b9ef0b49f470358a748a69d60175677b67c00972
Author: D G Turner (digitall at scummvm.org)
Date: 2021-12-07T00:31:48Z
Commit Message:
TINYGL: Fix GCC Compiler Pedantic Warning
Changed paths:
graphics/tinygl/zblit.cpp
diff --git a/graphics/tinygl/zblit.cpp b/graphics/tinygl/zblit.cpp
index f8f44c2ef5..8db4747926 100644
--- a/graphics/tinygl/zblit.cpp
+++ b/graphics/tinygl/zblit.cpp
@@ -273,7 +273,7 @@ private:
int _refcount;
};
-}; // end of namespace TinyGL
+} // end of namespace TinyGL
void tglGetBlitImageSize(TinyGL::BlitImage *blitImage, int &width, int &height) {
More information about the Scummvm-git-logs
mailing list