mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 17:52:43 +00:00
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
196769ee58
commit
aa404b67bb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=226421
@ -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