[Scummvm-git-logs] scummvm master -> 3b7c5797ed39a8f30a39d5065b2479adc17988a6

digitall 547637+digitall at users.noreply.github.com
Fri May 15 12:27:04 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:
3b7c5797ed ULTIMA8: Fix GCC Compiler Warnings


Commit: 3b7c5797ed39a8f30a39d5065b2479adc17988a6
    https://github.com/scummvm/scummvm/commit/3b7c5797ed39a8f30a39d5065b2479adc17988a6
Author: D G Turner (digitall at scummvm.org)
Date: 2020-05-15T13:24:08+01:00

Commit Message:
ULTIMA8: Fix GCC Compiler Warnings

Changed paths:
    engines/ultima/ultima8/graphics/soft_render_surface.inl


diff --git a/engines/ultima/ultima8/graphics/soft_render_surface.inl b/engines/ultima/ultima8/graphics/soft_render_surface.inl
index d396c5c730..2a7dbd19a5 100644
--- a/engines/ultima/ultima8/graphics/soft_render_surface.inl
+++ b/engines/ultima/ultima8/graphics/soft_render_surface.inl
@@ -103,7 +103,7 @@ const int32 neg = (FLIP_CONDITIONAL)?-1:0;
 //	
 #ifdef NO_CLIPPING
 
-#define LINE_END_ASSIGN (0)
+#define LINE_END_ASSIGN //
 #define NOT_CLIPPED_X (1)
 #define NOT_CLIPPED_Y (1)
 #define OFFSET_PIXELS (_pixels)




More information about the Scummvm-git-logs mailing list