From aa404b67bb6dd29126ecb3d8b865ab0b8d6a4a41 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Sun, 16 Oct 2011 08:04:43 +0000 Subject: [PATCH] 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. --- usr.bin/lzmainfo/Makefile | 2 -- usr.bin/xzdec/Makefile | 2 -- 2 files changed, 4 deletions(-) diff --git a/usr.bin/lzmainfo/Makefile b/usr.bin/lzmainfo/Makefile index 2b8396b71add..b92b46ccd8c9 100644 --- a/usr.bin/lzmainfo/Makefile +++ b/usr.bin/lzmainfo/Makefile @@ -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 diff --git a/usr.bin/xzdec/Makefile b/usr.bin/xzdec/Makefile index 6f38a657c4e5..daef296f250b 100644 --- a/usr.bin/xzdec/Makefile +++ b/usr.bin/xzdec/Makefile @@ -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