Module Name:    src
Committed By:   joerg
Date:           Tue Feb 28 22:07:16 UTC 2012

Modified Files:
        src/external/mit/lua/lib/liblua: Makefile

Log Message:
Disable -Wempty-body here.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/lua/lib/liblua/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/lua/lib/liblua/Makefile
diff -u src/external/mit/lua/lib/liblua/Makefile:1.2 src/external/mit/lua/lib/liblua/Makefile:1.3
--- src/external/mit/lua/lib/liblua/Makefile:1.2	Wed Jan 19 10:14:49 2011
+++ src/external/mit/lua/lib/liblua/Makefile	Tue Feb 28 22:07:16 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/01/19 10:14:49 plunky Exp $
+# $NetBSD: Makefile,v 1.3 2012/02/28 22:07:16 joerg Exp $
 
 LIB=		lua
 SRCS=		lapi.c lauxlib.c lbaselib.c lcode.c ldblib.c ldebug.c ldo.c \
@@ -13,6 +13,7 @@ INCS=		lauxlib.h lua.h luaconf.h lualib.
 INCSDIR=	/usr/include
 
 CFLAGS+=	-DLUA_USE_POSIX -DLUA_USE_DLOPEN
+CWARNFLAGS.clang+=	-Wno-empty-body
 
 .PATH:		${NETBSDSRCDIR}/external/mit/lua/dist/src
 

Reply via email to