Commit Graph
2 Commits
Author SHA1 Message Date
Rainer Hurling fb058c5ff1 Merge pull request #1 from rhurlin/rhurlin-patch-1
Unsigned error in index.c
2020-10-24 20:34:37 +02:00
Rainer Hurling 5b292e0063 Unsigned error in index.c
On FreeBSD 13.0-CURRENT its compiler clang-11.0.0 complains:
index.c:388:14: error: comparison of integers of different signs: 'int' and 'unsigned int' [-Werror,-Wsign-compare]
                for (i=0; i<len+1; i++) {
                          ~^~~~~~
2020-10-24 20:29:46 +02:00