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 2011-10-16 08:04:43 +00:00
parent 26202ae0ce
commit 7ccc19c3b8
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