freebsd-dev/sys/cddl
Dimitry Andric 6339314c73 Adjust fbt_unload() definition to avoid clang 15 warning
With clang 15, the following -Werror warning is produced:

    sys/cddl/dev/fbt/fbt.c:1273:11: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
    fbt_unload()
              ^
               void

This is because fbt_unload() is declared with a (void) argument list,
but defined with an empty argument list. Make the definition match the
declaration.

MFC after:	3 days
2022-07-21 19:42:43 +02:00
..
boot/zfs stand: Add blake3 support to boot loader 2022-07-08 22:57:59 -06:00
compat/opensolaris Drop "All rights reserved" from all my stuff. This includes 2020-10-28 13:46:11 +00:00
contrib/opensolaris Adjust dtrace_getf_barrier() definition to avoid clang 15 warning 2022-07-19 20:46:18 +02:00
dev Adjust fbt_unload() definition to avoid clang 15 warning 2022-07-21 19:42:43 +02:00