summaryrefslogtreecommitdiff
path: root/src/Filter.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-08-28 11:52:49 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-09-07 17:59:53 +0000
commit2b927f88ad3d97e5fd1abd13b67724a86dd10404 (patch)
tree5664010c4062ba7bd0cfde81904f46724e62cdc1 /src/Filter.c
parent229c65d2dd6de511a005127245dc28d426ad6860 (diff)
downloadxorg-lib-libXrender-2b927f88ad3d97e5fd1abd13b67724a86dd10404.tar.gz
Resolve -Wsign-compare warnings
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/Filter.c')
-rw-r--r--src/Filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Filter.c b/src/Filter.c
index 8d701eb..c40ae36 100644
--- a/src/Filter.c
+++ b/src/Filter.c
@@ -37,7 +37,7 @@ XRenderQueryFilters (Display *dpy, Drawable drawable)
XFilters *filters;
char *name;
char len;
- int i;
+ unsigned int i;
unsigned long nbytes, nbytesAlias, nbytesName, reply_left;
if (!RenderHasExtension (info))