From 5b292e00636449eeb383bb440e6b498f2b27963b Mon Sep 17 00:00:00 2001 From: Rainer Hurling Date: Sat, 24 Oct 2020 20:29:46 +0200 Subject: [PATCH] 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