freebsd-dev/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 Remove unneeded headers. 2019-01-06 20:39:23 +00:00
bsd.c Remove unneeded headers. 2019-01-06 20:39:23 +00:00
ebr.c Remove unneeded headers. 2019-01-06 20:39:23 +00:00
endian.h Remove unneeded headers. 2019-01-06 20:39:23 +00:00
format.c Remove unneeded headers. 2019-01-06 20:39:23 +00:00
format.h
gpt.c Round # partitions up to fill the last GPT table sector 2019-03-05 22:55:33 +00:00
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 Fix a conditional that got mucked up. 2018-04-12 17:16:13 +00:00
mkimg.h
qcow.c Remove unneeded headers. 2019-01-06 20:39:23 +00:00
raw.c Remove unneeded headers. 2019-01-06 20:39:23 +00:00
scheme.c Remove unneeded headers. 2019-01-06 20:39:23 +00:00
scheme.h Add the ability to specify absolute and relative offsets to size partitions. 2018-04-12 15:47:47 +00:00
uuid.c Remove unneeded headers. 2019-01-06 20:39:23 +00:00
vhd.c Remove unneeded headers. 2019-01-06 20:39:23 +00:00
vhdx.c Fix invalid VHDX generation for image larger than 4Gb 2020-07-13 02:24:31 +00:00
vmdk.c Remove unneeded headers. 2019-01-06 20:39:23 +00:00
vtoc8.c Remove unneeded headers. 2019-01-06 20:39:23 +00:00