Skip to content

Commit 1d6fe09

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

codelab/swap.c

Lines changed: 2 additions & 0 deletions
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)