summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2023-04-21 12:06:24 +0300
committerArnold D. Robbins <arnold@skeeve.com>2023-04-21 12:06:24 +0300
commit741a6a8c7f6322e782693183a5cf8224be1f18cd (patch)
treed8edb2ce629d6b372c78e2313208e5ee4f0f2137 /ChangeLog
parent3d3d4f7651c9425b28df6490b03e6cd1d3946650 (diff)
downloadgawk-741a6a8c7f6322e782693183a5cf8224be1f18cd.tar.gz
Small fix in main.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
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" <thirdedition@gmx.net>
+ for the report.
2023-04-14 Arnold D. Robbins <arnold@skeeve.com>