aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/l2fwd/odp_l2fwd.c2
-rw-r--r--example/packet/odp_pktio.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/example/l2fwd/odp_l2fwd.c b/example/l2fwd/odp_l2fwd.c
index 5c73d51..7a520fb 100644
--- a/example/l2fwd/odp_l2fwd.c
+++ b/example/l2fwd/odp_l2fwd.c
@@ -146,6 +146,7 @@ static void *pktio_queue_thread(void *arg)
}
/* unreachable */
+ return NULL;
}
/**
@@ -233,6 +234,7 @@ static void *pktio_ifburst_thread(void *arg)
}
/* unreachable */
+ return NULL;
}
/**
diff --git a/example/packet/odp_pktio.c b/example/packet/odp_pktio.c
index 3395b65..28ed98c 100644
--- a/example/packet/odp_pktio.c
+++ b/example/packet/odp_pktio.c
@@ -213,6 +213,7 @@ static void *pktio_queue_thread(void *arg)
}
/* unreachable */
+ return NULL;
}
/**
@@ -272,6 +273,7 @@ static void *pktio_ifburst_thread(void *arg)
}
/* unreachable */
+ return NULL;
}
/**