From 741a6a8c7f6322e782693183a5cf8224be1f18cd Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 21 Apr 2023 12:06:24 +0300 Subject: Small fix in main.c. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ebd16b0d..1dac0a9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ * array.c (asort_actual): Initialize `value' to avoid compiler complaints. Thanks to Michal Jaegermann for the report. + * main.c (usage): Cast array subscript to int to silence + a compiler warning. Thanks to "Jannick" + for the report. 2023-04-14 Arnold D. Robbins -- cgit v1.2.1