spl: fix compilation without HAVE_BACKTRACE
The __maybe_unused macro is defined in spl/sys/debug.h Signed-off-by: Martin Matuska <mm@FreeBSD.org>
This commit is contained in:
parent
02c5aa9b09
commit
4206aadcdf
|
@ -110,6 +110,8 @@ libspl_backtrace(int fd)
|
|||
backtrace_symbols_fd(btptrs, nptrs, fd);
|
||||
}
|
||||
#else
|
||||
#include <sys/debug.h>
|
||||
|
||||
void
|
||||
libspl_backtrace(int fd __maybe_unused)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue