mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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
2 changed files with 0 additions and 4 deletions
|
|
@ -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 a new issue