freebsd-skq/usr.bin/mkimg
Kyle Evans 7cc42f6d25 Do a sweep and remove most WARNS=6 settings
Repeating the default WARNS here makes it slightly more difficult to
experiment with default WARNS changes, e.g. if we did something absolutely
bananas and introduced a WARNS=7 and wanted to try lifting the default to
that.

Drop most of them; there is one in the blake2 kernel module, but I suspect
it should be dropped -- the default WARNS in the rest of the build doesn't
currently apply to kernel modules, and I haven't put too much thought into
whether it makes sense to make it so.
2020-10-01 01:10:51 +00:00
..
tests Add VHDX support to mkimg(1) 2020-06-08 20:28:32 +00:00
apm.c
bsd.c
ebr.c
endian.h
format.c
format.h
gpt.c
image.c
image.h Allow bootstrapping mkimg on macOS/Linux 2020-01-16 14:14:55 +00:00
Makefile Do a sweep and remove most WARNS=6 settings 2020-10-01 01:10:51 +00:00
Makefile.depend
mbr.c Revert r362466 2020-06-22 07:46:24 +00:00
mkimg.1 Use Fl instead of Ar for long flags 2020-06-08 21:11:34 +00:00
mkimg.c
mkimg.h
qcow.c
raw.c
scheme.c
scheme.h
uuid.c
vhd.c
vhdx.c Fix invalid VHDX generation for image larger than 4Gb 2020-07-13 02:24:31 +00:00
vmdk.c
vtoc8.c