]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: fix printf format for signed integers
authorPádraig Brady <P@draigBrady.com>
Mon, 27 Apr 2015 09:44:25 +0000 (10:44 +0100)
committerPádraig Brady <P@draigBrady.com>
Mon, 27 Apr 2015 09:55:26 +0000 (10:55 +0100)
commit0e7ac9a4609248663af76f202418dabf1c13efbe
treeacefcdcd41c30c14925d3e5e904a27653bbadcdb
parent17fba994bd1620ab5d4bdaeda797c6071f6130b7
maint: fix printf format for signed integers

With GCC 5 and the newly added warnings from gnulib, ensure the
correct signed integer is passed for the printf format,
to avoid -Werror=format= failures.
src/dd.c
src/factor.c
src/kill.c
src/make-prime-list.c
src/numfmt.c
src/split.c
src/timeout.c