]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tftpd: Disable -Wformat-nonliteral for GCC.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 22 Nov 2022 19:12:06 +0000 (11:12 -0800)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 22 Nov 2022 19:12:06 +0000 (11:12 -0800)
commitfd5882e1f2cab4c3508c3041dcf84864076055ed
tree93bf53be82f89e8c53fc7ebc8b1dfa665bc90429
parentf6fdf9214a657351e78c68aac1888e674c0481f6
tftpd: Disable -Wformat-nonliteral for GCC.

GCC warns about the non-literal format string passed to strftime().  A
warning here seems a bit odd as strftime() does not take varargs so
there is not a risk of missing args.
libexec/tftpd/Makefile