mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
Bring back WARNS to 3 for arm until I figure out how to make gcc happy.
This commit is contained in:
parent
b986ced475
commit
fa4813f103
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140691
@ -3,6 +3,10 @@
|
||||
PROG= newfs_msdos
|
||||
MAN= newfs_msdos.8
|
||||
|
||||
.if ${MACHINE_ARCH} == "arm"
|
||||
WARNS?= 3
|
||||
.else
|
||||
WARNS?= 6
|
||||
.endif
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user