Skip to content

Commit 5198c44

Browse files
author
Oliver Kiddle
committed
54002: silence compiler warning for static function
1 parent c9417b0 commit 5198c44

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
2025-10-24 Oliver Kiddle <[email protected]>
22

3+
* 54002: Src/parse.c: silence compiler warning for static function
4+
35
* 54001: Src/Zle/zle_keymap.c, Src/exec.c, Src/input.c, Src/jobs.c,
46
Src/utils.c: add missing uses of mod_export
57

Src/parse.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3962,7 +3962,6 @@ incrdumpcount(FuncDump f)
39623962
f->count++;
39633963
}
39643964

3965-
/**/
39663965
static void
39673966
freedump(FuncDump f)
39683967
{

0 commit comments

Comments
 (0)