flua: newer GCC complains about format-nonliteral at WARNS=2
Disable that one, too.
This commit is contained in:
parent
4cc12fb848
commit
061f7e2fd0
@ -9,6 +9,8 @@ PROG= flua
|
||||
WARNS?= 2
|
||||
MAN= # No manpage; this is internal.
|
||||
|
||||
CWARNFLAGS.gcc+= -Wno-format-nonliteral
|
||||
|
||||
LIBADD= m
|
||||
|
||||
# Core functions
|
||||
|
Loading…
Reference in New Issue
Block a user