X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=anykey.c;h=1e006b52d3f4ba718d61cbff31b6fb4ac3b4c10b;hb=f1f703bf0dc63e2b6149f4cfba294253991d04f7;hp=cc40bedb7947a68d4bfde261106fdfc6d28e98f7;hpb=5acb76821f33f03745e26c91fbb9cc7bcf34512a;p=sigrok-cli.git diff --git a/anykey.c b/anykey.c index cc40bed..1e006b5 100644 --- a/anykey.c +++ b/anykey.c @@ -38,7 +38,6 @@ static struct termios term_orig; static int received_anykey(int fd, int revents, void *cb_data) { - /* Avoid compiler warnings. */ (void)fd; (void)revents; (void)cb_data;