1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-08 18:14:21 +03:00
inform7/services/kinds-module
Philip Chimento c029af34ae Initialize kinds array
GCC warns that ka[1] is possibly being used without being initialized. As
far as I can tell from reading the loop, a1 > 0 here, and the elements of
ka are initialized up to a1-1, and ka[1] is never accessed if a1 == 1.

Nonetheless, rather than rewriting the loop so GCC can understand what's
going on, maybe it's better just to put an initializer here.
2022-04-14 22:10:00 -07:00
..
Chapter 1 Fix for Mantis bug 1821 2022-04-14 12:02:34 +01:00
Chapter 2 Initialize kinds array 2022-04-14 22:10:00 -07:00
Chapter 3 Fix for Mantis bug 1987 2022-04-10 12:34:19 +01:00
Chapter 4 Began migrating Ch 2021-06-13 22:29:31 +01:00
Figures Added variance test case 2020-08-12 13:07:35 +01:00
Preliminaries Improved source website 2022-04-04 18:31:44 +01:00
Contents.w Revised Neptune language 2020-08-19 18:32:30 +01:00