summaryrefslogtreecommitdiff
path: root/def.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-12-06 18:12:15 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-01-01 14:34:57 -0800
commit84f5fee3c769fc907c561110f4828416f921e81a (patch)
tree2da192cf588e5c7f93535b7d66e606e83df04a38 /def.h
parent40bcc8c3303a858c786f1d6d04ae5bbdec6b04ff (diff)
downloadxorg-util-makedepend-84f5fee3c769fc907c561110f4828416f921e81a.tar.gz
Handle some implicit conversion warnings from clang
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'def.h')
-rw-r--r--def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/def.h b/def.h
index 34bc767..c5a5830 100644
--- a/def.h
+++ b/def.h
@@ -115,7 +115,7 @@ struct inclist {
struct inclist **i_list; /* list of files it itself includes */
struct symtab **i_defs; /* symbol table for this file and its
children when merged */
- int i_listlen; /* length of i_list */
+ unsigned int i_listlen; /* length of i_list */
int i_ndefs; /* current # defines */
boolean *i_merged; /* whether we have merged child
defines */