From 061f7e2fd06d694fab29236a2610a8467943d3a6 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Tue, 19 Nov 2019 00:02:56 +0000 Subject: flua: newer GCC complains about format-nonliteral at WARNS=2 Disable that one, too. --- libexec/flua/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libexec') diff --git a/libexec/flua/Makefile b/libexec/flua/Makefile index 3369a8e8c94b5..1d424ed44da64 100644 --- a/libexec/flua/Makefile +++ b/libexec/flua/Makefile @@ -9,6 +9,8 @@ PROG= flua WARNS?= 2 MAN= # No manpage; this is internal. +CWARNFLAGS.gcc+= -Wno-format-nonliteral + LIBADD= m # Core functions -- cgit v1.3