; * src/alloc.c (Fgarbage_collect_heapsize): Avoid compiler warning.
This commit is contained in:
parent
2d758e73eb
commit
ac8bc9a2e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue