mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
makefs: Ignore some sign comparison warnings from GCC.
Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D37470
This commit is contained in:
parent
82ac811efa
commit
abb9a940bb
2 changed files with 3 additions and 0 deletions
|
|
@ -7,3 +7,5 @@ SRCS+= buf.c mkfs.c
|
|||
|
||||
# Reach-over source from sys/ufs/ffs
|
||||
SRCS+= ffs_tables.c
|
||||
|
||||
CWARNFLAGS.ffs_balloc.c+= -Wno-sign-compare
|
||||
|
|
|
|||
|
|
@ -10,3 +10,4 @@ SRCS+= dsl.c \
|
|||
SRCS+= nvlist.c
|
||||
|
||||
CFLAGS.nvlist.c+= -I${SRCTOP}/stand/libsa -Wno-cast-qual
|
||||
CWARNFLAGS.zap.c+= -Wno-sign-compare
|
||||
|
|
|
|||
Loading…
Reference in a new issue