]> git.ipfire.org Git - thirdparty/util-linux.git/commit
script: replace strftime() workaround with CFLAGS = -Wno-format-y2k
authorSami Kerola <kerolasa@iki.fi>
Sat, 27 Dec 2014 09:32:45 +0000 (09:32 +0000)
committerSami Kerola <kerolasa@iki.fi>
Mon, 8 Jun 2015 20:53:36 +0000 (21:53 +0100)
commit8353549e026fa6f6c77368d92f03cc97bf08a746
tree9bb76a67b54eae1bd09bfffc556a3b6b4df23512
parenta8896ad5b7fe6447326d26dc8addb69b0f3fb347
script: replace strftime() workaround with CFLAGS = -Wno-format-y2k

Nowadays, gcc(1) provides the -Wno-format-y2k option to prevent the
warning, so that the above workaround is no longer required.

Reference: http://man7.org/linux/man-pages/man3/strftime.3.html
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
term-utils/Makemodule.am
term-utils/script.c