Skip to content

Commit 1d6fe09

Browse files
committed
codelab: swap: fix compiler warning
1 parent 04ae782 commit 1d6fe09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

codelab/swap.c

+2
Original file line numberDiff line numberDiff line change
@@ -189,5 +189,7 @@ main(int argc, char **argv)
189189

190190
main_loop(netmap_port_one, netmap_port_two);
191191

192+
(void) pkt_udp_port_swap;
193+
192194
return 0;
193195
}

0 commit comments

Comments
 (0)