We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d6fe09 commit a0b90f4Copy full SHA for a0b90f4
1 file changed
codelab/fe.c
@@ -280,5 +280,7 @@ main(int argc, char **argv)
280
main_loop(netmap_port_one, netmap_port_two, netmap_port_three, udp_port_a,
281
udp_port_b);
282
283
+ (void) pkt_get_udp_port;
284
+
285
return 0;
286
}
0 commit comments