Commit 8defabce authored by Michael Cook's avatar Michael Cook

Fix compiler warnings

parent b3047485
......@@ -37,6 +37,7 @@
#include <nfapi.h>
#include <debug.h>
__attribute__((unused))
static const char *hexdump(const void *data, size_t data_len, char *out, size_t out_len)
{
char *p = out;
......
......@@ -1301,6 +1301,7 @@ const char *hexdump(const void *data, size_t data_len, char *out, size_t out_len
return out;
}
__attribute__((unused))
static void print_rx_ind(nfapi_rx_indication_t *p)
{
printf("Printing RX_IND fields\n");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment