svn commit: r226421 - in head/usr.bin: lzmainfo xzdec

Ed Schouten ed at FreeBSD.org
Sun Oct 16 08:04:43 UTC 2011


Author: ed
Date: Sun Oct 16 08:04:43 2011
New Revision: 226421
URL: http://svn.freebsd.org/changeset/base/226421

Log:
  Remove unneeded WARNS=3 lines.
  
  It seems these two tools can be built properly with WARNS=6, even on
  architectures that are stricter about alignment.

Modified:
  head/usr.bin/lzmainfo/Makefile
  head/usr.bin/xzdec/Makefile

Modified: head/usr.bin/lzmainfo/Makefile
==============================================================================
--- head/usr.bin/lzmainfo/Makefile	Sun Oct 16 07:57:01 2011	(r226420)
+++ head/usr.bin/lzmainfo/Makefile	Sun Oct 16 08:04:43 2011	(r226421)
@@ -12,8 +12,6 @@ SRCS+=	lzmainfo.c
 SRCS+=	tuklib_progname.c \
 	tuklib_exit.c
 
-WARNS?=	3
-
 CFLAGS+=	-DHAVE_CONFIG_H \
 		-I${LZMALIBDIR} \
 		-I${XZDIR}/common

Modified: head/usr.bin/xzdec/Makefile
==============================================================================
--- head/usr.bin/xzdec/Makefile	Sun Oct 16 07:57:01 2011	(r226420)
+++ head/usr.bin/xzdec/Makefile	Sun Oct 16 08:04:43 2011	(r226421)
@@ -18,8 +18,6 @@ SRCS=	xzdec.c
 SRCS+=	tuklib_progname.c \
 	tuklib_exit.c
 
-WARNS?=	3
-
 CFLAGS+=	-DHAVE_CONFIG_H \
 		-I${LZMALIBDIR} \
 		-I${XZDIR}/common


More information about the svn-src-head mailing list