commit | 42d2c5e803cec6ec661217fa1ae630a2f7c463bc | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Wed Jun 25 20:54:11 2025 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Wed Jun 25 20:54:11 2025 +0200 |
tree | 7e07eb7046b1f02463e4ab11f98c7556270983fc | |
parent | fa0b0697283487171981bea751f3c676399864d6 [diff] [blame] |
patch 9.1.1481: gcc complains about uninitialized variable Problem: gcc complains about uninitialized variable (Tony Mechelynck, after v9.1.1476) Solution: initialize variable Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 3b5a3da..c7c66ec 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1481, +/**/ 1480, /**/ 1479,