Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2011 08:04:43 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r226421 - in head/usr.bin: lzmainfo xzdec
Message-ID:  <201110160804.p9G84hAn052044@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110160804.p9G84hAn052044>