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.
This commit is contained in:
Ed Schouten 2011-10-16 08:04:43 +00:00
parent 196769ee58
commit aa404b67bb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=226421
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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