summaryrefslogtreecommitdiffstats
path: root/usr.bin/lzmainfo
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-10-16 08:04:43 +0000
committered <ed@FreeBSD.org>2011-10-16 08:04:43 +0000
commit7ccc19c3b89a2b9b1fdf8db9bf23a9bcc50026e4 (patch)
treeff533f84e47c14c20720e8eafc545d1078433f3a /usr.bin/lzmainfo
parent26202ae0ce90cf86753dc7cc528e82cca7d320bb (diff)
downloadFreeBSD-src-7ccc19c3b89a2b9b1fdf8db9bf23a9bcc50026e4.zip
FreeBSD-src-7ccc19c3b89a2b9b1fdf8db9bf23a9bcc50026e4.tar.gz
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.
Diffstat (limited to 'usr.bin/lzmainfo')
-rw-r--r--usr.bin/lzmainfo/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/lzmainfo/Makefile b/usr.bin/lzmainfo/Makefile
index 2b8396b..b92b46c 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
OpenPOWER on IntegriCloud