From fc316d4f32f34ca747f706b53db54903b91610b7 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Fri, 10 May 2024 14:42:03 +0000 Subject: (backport): Funcs without args must explicitly take void --- generic/tclClockFmt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generic/tclClockFmt.c b/generic/tclClockFmt.c index 11956cc..9b32020 100644 --- a/generic/tclClockFmt.c +++ b/generic/tclClockFmt.c @@ -621,7 +621,7 @@ ClockFmtScnStorageDelete( { Tcl_HashEntry *hPtr = HashEntry4FmtScn(fss); /* - * This will delete a hash entry and call "Tcl_Free" for storage self, if + * This will delete a hash entry and call "ckfree" for storage self, if * some additionally handling required, freeEntryProc can be used instead */ Tcl_DeleteHashEntry(hPtr); @@ -3566,7 +3566,7 @@ ClockFrmScnClearCaches(void) } void -ClockFrmScnFinalize() +ClockFrmScnFinalize(void) { if (!initialized) { return; -- cgit v0.12