1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-28 08:02:54 +00:00

libbe: annotate lbh as __unused in be_is_auto_snapshot_name

lbh is included for consistency with other functions and in case
future work needs to use it, but it is currently unused. Mark it,
and a post-OpenZFS-import world will be able to raise WARNS of
libbe to the default (pending some minor changes to openzfs libzfs).

MFC after:	3 days
This commit is contained in:
Kyle Evans 2020-07-22 02:09:10 +00:00
parent 49d941eee0
commit 9d6d8bf8c7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=363409

View File

@ -563,7 +563,7 @@ be_setup_snapshot_name(libbe_handle_t *lbh, char *buf, size_t buflen)
}
bool
be_is_auto_snapshot_name(libbe_handle_t *lbh, const char *name)
be_is_auto_snapshot_name(libbe_handle_t *lbh __unused, const char *name)
{
const char *snap;
int day, hour, minute, month, second, serial, year;