X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=session_driver.c;h=777a81a5e8068b73ea20256cfc1720e9e0ffea61;hp=e73411d521fa0fe74118e4c5df7753367410eec7;hb=64d33dc28e0e815cade56feb65f26a3d36421a96;hpb=fa7730623a82bd1703b0d91adb97693e29b2a70c diff --git a/session_driver.c b/session_driver.c index e73411d5..777a81a5 100644 --- a/session_driver.c +++ b/session_driver.c @@ -59,7 +59,6 @@ static int receive_data(int fd, int revents, void *cb_data) void *buf; int ret, got_data; - /* Avoid compiler warnings. */ (void)fd; (void)revents;