freebsd-dev/sys/cddl/dev
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
..
dtmalloc Adjust dtmalloc_unload() definition to avoid clang 15 warning 2022-07-19 20:37:08 +02:00
dtrace Adjust dtrace_unload() definition to avoid clang 15 warning 2022-07-19 20:48:47 +02:00
fbt Adjust fbt_unload() definition to avoid clang 15 warning 2022-07-21 19:42:43 +02:00
profile Adjust profile_unload() definition to avoid clang 15 warning 2022-07-19 20:42:52 +02:00
sdt
systrace kern: drop remaining references to removed makesyscalls.sh 2021-09-09 19:40:54 -05:00
prototype.c Adjust prototype_unload() definition to avoid clang 15 warning 2022-07-20 17:13:49 +02:00