mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
flua: newer GCC complains about format-nonliteral at WARNS=2
Disable that one, too.
This commit is contained in:
parent
4cc12fb848
commit
061f7e2fd0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=354837
@ -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