]> git.eshelyaron.com Git - emacs.git/commit
Avoid compiler warning
authorPip Cet <pipcet@protonmail.com>
Mon, 5 Aug 2024 21:58:16 +0000 (21:58 +0000)
committerEshel Yaron <me@eshelyaron.com>
Tue, 6 Aug 2024 09:55:49 +0000 (11:55 +0200)
commit1c1dad29ad8a15615f32689f567c283142163e2e
treeaa8bbd7ddae5753f819812c1fb105daab5301f0b
parent36ec22688f43fe7d72cfd39bd548041eb72e26fe
Avoid compiler warning

* src/timefns.c (Fdecode_time): Use 'UNINIT' to avoid a warning with
gcc 14 and checking enabled.

(cherry picked from commit 0822d0c1cdd0f107c2090016ab528a5279c50756)
src/timefns.c