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:
parent
26202ae0ce
commit
7ccc19c3b8
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user