flua: newer GCC complains about format-nonliteral at WARNS=2

Disable that one, too.
This commit is contained in:
Kyle Evans 2019-11-19 00:02:56 +00:00
parent 4cc12fb848
commit 061f7e2fd0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=354837

View File

@ -9,6 +9,8 @@ PROG= flua
WARNS?= 2
MAN= # No manpage; this is internal.
CWARNFLAGS.gcc+= -Wno-format-nonliteral
LIBADD= m
# Core functions