From 918c74ea12c6bac6ca9bd2147337c0e4fec5010e Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 11 Nov 2019 22:44:56 +0000 Subject: Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da) --- sys/modules/lua/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/modules/lua/Makefile') diff --git a/sys/modules/lua/Makefile b/sys/modules/lua/Makefile index 715c2169e5a..654f8f1c7b9 100644 --- a/sys/modules/lua/Makefile +++ b/sys/modules/lua/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/07/19 20:21:52 christos Exp $ +# $NetBSD: Makefile,v 1.11 2019/11/11 22:45:27 joerg Exp $ .include "../Makefile.inc" @@ -22,4 +22,6 @@ SRCS+= lauxlib.c lbaselib.c lbitlib.c lcorolib.c ldblib.c \ CPPFLAGS+= -I${S}/../external/mit/lua/dist/src \ -I${S}/sys +CWARNFLAGS.clang+= -Wno-error=string-plus-int + .include -- cgit