From f4284934354bff761a74eee545e5a4b7911a8e8c Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Mon, 3 Dec 2012 19:39:58 -0600 Subject: [PATCH] tondaj-sl-814: Fix unused parameter warning Signed-off-by: Alexandru Gagniuc --- hardware/tondaj-sl-814/protocol.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hardware/tondaj-sl-814/protocol.c b/hardware/tondaj-sl-814/protocol.c index 2830905c..57472520 100644 --- a/hardware/tondaj-sl-814/protocol.c +++ b/hardware/tondaj-sl-814/protocol.c @@ -112,6 +112,7 @@ int tondaj_sl_814_receive_data(int fd, int revents, void *cb_data) uint8_t buf[3]; int ret; + (void)fd; (void)revents; sdi = cb_data;