HomeFreeBSD

tftpd: Disable -Wformat-nonliteral for GCC.

Description

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.

Details

Provenance
jhbAuthored on Nov 22 2022, 7:12 PM
Parents
rGf6fdf9214a65: systat: Fix a bunch of use after frees in fetch_ifstat().
Branches
Unknown
Tags
Unknown