From 7ccc19c3b89a2b9b1fdf8db9bf23a9bcc50026e4 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 16 Oct 2011 08:04:43 +0000 Subject: 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 -- 1 file changed, 2 deletions(-) (limited to 'usr.bin/lzmainfo') 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 -- cgit v1.1