diff options
author | ed <ed@FreeBSD.org> | 2011-10-16 08:04:43 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2011-10-16 08:04:43 +0000 |
commit | 7ccc19c3b89a2b9b1fdf8db9bf23a9bcc50026e4 (patch) | |
tree | ff533f84e47c14c20720e8eafc545d1078433f3a /usr.bin/lzmainfo | |
parent | 26202ae0ce90cf86753dc7cc528e82cca7d320bb (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 |