From: drh <> Date: Mon, 8 Apr 2024 11:45:15 +0000 (+0000) Subject: Fix a harmless compiler warning in the ICU extension due to [acddbc489d5231da]. X-Git-Tag: version-3.46.0~73 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0389d5f8d0838c4b7eb415d6ce515a07aeb958d1;p=thirdparty%2Fsqlite.git Fix a harmless compiler warning in the ICU extension due to [acddbc489d5231da]. FossilOrigin-Name: 3d8750e88558f8ea6a1523a5add4ccca3262e31f348b603e56ab193d81908995 --- diff --git a/ext/icu/icu.c b/ext/icu/icu.c index f9d9eef905..69867bfa83 100644 --- a/ext/icu/icu.c +++ b/ext/icu/icu.c @@ -499,7 +499,7 @@ static void icuLoadCollation( { "QUARTERNARY", UCOL_QUATERNARY }, { "IDENTICAL", UCOL_IDENTICAL }, }; - int i; + unsigned int i; for(i=0; i