Skip to content

Commit cd84c62

Browse files
committed
sink: silence the compiler
1 parent 3a5c2ee commit cd84c62

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

codelab/sink.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ static int
6161
main_loop(const char *netmap_port, int udp_port)
6262
{
6363
while (!stop) {
64+
(void)udp_port_match; /* silence the compiler */
6465
}
6566

6667
return 0;

0 commit comments

Comments
 (0)