X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fthunderx%2Fbase%2Fnicvf_mbox.c;h=d7209c0083f9d95e2e9b75c4df2a986258733e72;hb=18da3c854bb8105818dc23c36eecf3465596052a;hp=5b3ab939dfb796ac03923eaef546042d79158f4b;hpb=b8d96c71ff56f21f15c3e446d74a68ef770e09fa;p=dpdk.git diff --git a/drivers/net/thunderx/base/nicvf_mbox.c b/drivers/net/thunderx/base/nicvf_mbox.c index 5b3ab939df..d7209c0083 100644 --- a/drivers/net/thunderx/base/nicvf_mbox.c +++ b/drivers/net/thunderx/base/nicvf_mbox.c @@ -36,7 +36,7 @@ static const char *mbox_message[NIC_MBOX_MSG_MAX] = { [NIC_MBOX_MSG_SHUTDOWN] = "NIC_MBOX_MSG_SHUTDOWN", }; -static inline const char * __attribute__((unused)) +static inline const char * __rte_unused nicvf_mbox_msg_str(int msg) { assert(msg >= 0 && msg < NIC_MBOX_MSG_MAX);