From ac8bc9a2e2f2062bce8788ea5f058baa317953f1 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 21 Jan 2026 13:44:31 +0200 Subject: [PATCH] ; * src/alloc.c (Fgarbage_collect_heapsize): Avoid compiler warning. --- src/alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alloc.c b/src/alloc.c index a4e97d7a8c3..c0c24c65737 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -6028,7 +6028,7 @@ Each entry has the form (NAME SIZE USED FREE), where: - FREE is the number of those objects that are not live but that Emacs keeps around for future allocations (maybe because it does not know how to return them to the OS). */) - () + (void) { struct gcstat gcst = gcstat;