]> git.eshelyaron.com Git - emacs.git/commit
Pacify gcc -Wsuggest-attribute=malloc
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 Jan 2024 00:52:31 +0000 (16:52 -0800)
committerEshel Yaron <me@eshelyaron.com>
Sun, 21 Jan 2024 07:31:06 +0000 (08:31 +0100)
commit0d5195cc657164fcab5e0d78e13cd247a89db597
treed5abe57795cca1a53e833ced283f3aeb2cc29e9c
parent4c14220294acb133bafa2effab2dd49e45f639d3
Pacify gcc -Wsuggest-attribute=malloc

* src/lisp.h (hash_table_alloc_bytes):
Declare with ATTRIBUTE_MALLOC_SIZE ((1)).

(cherry picked from commit 973c1b8a1838b78d1388437c2aa7f4eb4dceb7d9)
src/lisp.h