From df5f1f04a7d123a521f0d4bfc88c3b65253491bc Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Sat, 10 Sep 2022 06:17:40 -0400 Subject: use _X_UNUSED for compiler-warnings Signed-off-by: Thomas E. Dickey --- src/Poly.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Poly.c') diff --git a/src/Poly.c b/src/Poly.c index 731f4a1..aa69eeb 100644 --- a/src/Poly.c +++ b/src/Poly.c @@ -89,7 +89,7 @@ XRenderComputeIntersect (XLineFixed *l1, XLineFixed *l2) static int XRenderComputeTrapezoids (Edge *edges, int nedges, - int winding, + int winding _X_UNUSED, XTrapezoid *traps, int *ntraps, int maxtraps) @@ -237,8 +237,8 @@ XRenderCompositeDoublePoly (Display *dpy, _Xconst XRenderPictFormat *maskFormat, int xSrc, int ySrc, - int xDst, - int yDst, + int xDst _X_UNUSED, + int yDst _X_UNUSED, _Xconst XPointDouble *fpoints, int npoints, int winding) -- cgit v1.2.1