diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2022-11-23 18:38:29 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2022-11-23 18:38:29 +0000 |
| commit | abb9a940bb48716f8eb06980f02eec04e0921448 (patch) | |
| tree | c82ac36f7db90f376ef79962b5ad403e1622c8e7 /usr.sbin/makefs/ffs | |
| parent | 82ac811efaa683f406f6e8ece01aec1e772c201c (diff) | |
Diffstat (limited to 'usr.sbin/makefs/ffs')
| -rw-r--r-- | usr.sbin/makefs/ffs/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/makefs/ffs/Makefile.inc b/usr.sbin/makefs/ffs/Makefile.inc index a1e839fd7ab6..cff2c30b67c5 100644 --- a/usr.sbin/makefs/ffs/Makefile.inc +++ b/usr.sbin/makefs/ffs/Makefile.inc @@ -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 |
