git: eb805f4e0f6a - main - bhyve: Annotate an unused function as such

From: Mark Johnston <markj_at_FreeBSD.org>
Date: Sun, 23 Oct 2022 15:18:46 UTC
The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=eb805f4e0f6a7b1567aa4cf4eb1c4484dac67ae5

commit eb805f4e0f6a7b1567aa4cf4eb1c4484dac67ae5
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2022-10-23 14:46:39 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2022-10-23 15:11:33 +0000

    bhyve: Annotate an unused function as such
    
    No functional change intended.
    
    MFC after:      1 week
---
 usr.sbin/bhyve/pci_e82545.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/bhyve/pci_e82545.c b/usr.sbin/bhyve/pci_e82545.c
index ba0523b9b28e..5b95b2d8318c 100644
--- a/usr.sbin/bhyve/pci_e82545.c
+++ b/usr.sbin/bhyve/pci_e82545.c
@@ -364,7 +364,7 @@ static void e82545_tx_start(struct e82545_softc *sc);
 static void e82545_tx_enable(struct e82545_softc *sc);
 static void e82545_tx_disable(struct e82545_softc *sc);
 
-static inline int
+static inline int __unused
 e82545_size_stat_index(uint32_t size)
 {
 	if (size <= 64) {