summaryrefslogtreecommitdiff
path: root/src/Trap.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2022-09-10 05:48:07 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2022-09-11 12:26:14 -0400
commitf43df87188375440dbad33d7c0beed2a607b8d1d (patch)
tree37a96904adad80020473db71bf8b6ccf7c9e6274 /src/Trap.c
parentea28ca1a2cce8e0d8e5a1f620a809384ed276c37 (diff)
use _Xconst with DataInt32/DataInt16/memcpy to reduce strict compiler warnings
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'src/Trap.c')
-rw-r--r--src/Trap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Trap.c b/src/Trap.c
index 31ebb95..24f2410 100644
--- a/src/Trap.c
+++ b/src/Trap.c
@@ -65,7 +65,7 @@ XRenderCompositeTrapezoids (Display *dpy,
}
SetReqLen (req, len, len);
len <<= 2;
- DataInt32 (dpy, (int *) traps, len);
+ DataInt32 (dpy, (_Xconst int *) traps, len);
ntrap -= n;
traps += n;
}