From 0904ae5dc7c05e99a5bcd5f063f79a665ad07cd3 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Tue, 4 May 2021 16:06:24 +0800 Subject: [PATCH] fix a compliation warning --- src/newgal/stretch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/newgal/stretch.c b/src/newgal/stretch.c index e0923611..64093920 100644 --- a/src/newgal/stretch.c +++ b/src/newgal/stretch.c @@ -534,7 +534,7 @@ out: #else /* defined _MGUSE_PIXMAN */ int GAL_StretchBlt (GAL_Surface *src, GAL_Rect *srcrect, - GAL_Surface *dst, GAL_Rect *dstrect, int /*rotation*/, DWORD ops) + GAL_Surface *dst, GAL_Rect *dstrect, int rotation, DWORD ops) { return GAL_StretchBltLegacy (src, srcrect, dst, dstrect, ops); }