We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a5c2ee commit cd84c62Copy full SHA for cd84c62
1 file changed
codelab/sink.c
@@ -61,6 +61,7 @@ static int
61
main_loop(const char *netmap_port, int udp_port)
62
{
63
while (!stop) {
64
+ (void)udp_port_match; /* silence the compiler */
65
}
66
67
return 0;
0 commit comments