]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
makefs: Fix warnings and reset WARNS to the default
authorMark Johnston <markj@FreeBSD.org>
Fri, 29 Apr 2022 13:18:02 +0000 (09:18 -0400)
committerMark Johnston <markj@FreeBSD.org>
Tue, 10 May 2022 21:38:23 +0000 (17:38 -0400)
commitcc1a53bc1aea0675d64e9547cdca241612906592
treed1ae7b648d3a749d241726add6b812884ccb8f9e
parentf775c417fd9dd29d7bd987fc1cd30c6024540312
makefs: Fix warnings and reset WARNS to the default

Leave -Wcast-align disabled, at least for now, since there are numerous
instances of that warning in places where buffer pointers are cast to
pointers to various filesystem structures.  Fixing this properly would
be too much work for too little gain.

MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
usr.sbin/makefs/Makefile
usr.sbin/makefs/ffs.c
usr.sbin/makefs/msdos/msdosfs_denode.c
usr.sbin/makefs/msdos/msdosfs_vnops.c