diff options
| author | joerg <joerg@NetBSD.org> | 2019-11-11 22:44:56 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2019-11-11 22:44:56 +0000 |
| commit | 918c74ea12c6bac6ca9bd2147337c0e4fec5010e (patch) | |
| tree | 3ef5212d84042aedbd5e0629e2c7dc2de1751526 /sys/modules/lua/Makefile | |
| parent | 5578004b9757994411ac0c8b959a53c2063844d1 (diff) | |
Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)
Diffstat (limited to 'sys/modules/lua/Makefile')
| -rw-r--r-- | sys/modules/lua/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 <bsd.kmodule.mk> |
