]> git.eshelyaron.com Git - emacs.git/commit
Pacify gcc -std=c99
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 20 Apr 2022 02:00:22 +0000 (19:00 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 20 Apr 2022 02:19:35 +0000 (19:19 -0700)
commitcfadba6f2391424431e0f2e08ec9f97336231564
tree7ff911059c36cfa09a512c8484659d46c3bb06c0
parentf165887819e81013638fa599ecb94ea27c53811f
Pacify gcc -std=c99

* src/sysdep.c (system_process_attributes): Use %llu instead of
%Lu for sscanf, as %llu is standard and %Lu is not, and the latter
can provoke warnings if gcc is used pedantically.
src/sysdep.c