Skip to content

Commit a0b90f4

Browse files
committed
codelab: fe: fix warning
1 parent 1d6fe09 commit a0b90f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

codelab/fe.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,5 +280,7 @@ main(int argc, char **argv)
280280
main_loop(netmap_port_one, netmap_port_two, netmap_port_three, udp_port_a,
281281
udp_port_b);
282282

283+
(void) pkt_get_udp_port;
284+
283285
return 0;
284286
}

0 commit comments

Comments
 (0)