From 15de767dbd529fdb9e65326dd7df0872386745cd Mon Sep 17 00:00:00 2001 From: Ziyan Date: Thu, 15 Sep 2016 20:27:43 +0200 Subject: libsensors: fix build with clang Change-Id: I92bd8e7604df00b89d0984f932e609e6b0de2eff --- libsensors/piranha_sensors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libsensors/piranha_sensors.c') diff --git a/libsensors/piranha_sensors.c b/libsensors/piranha_sensors.c index 38d999e..2e170b3 100644 --- a/libsensors/piranha_sensors.c +++ b/libsensors/piranha_sensors.c @@ -152,7 +152,7 @@ int piranha_sensors_poll(struct sensors_poll_device_t *dev, { struct piranha_sensors_device *device; int i, j; - int c, n; + int n; int poll_rc, rc; // ALOGD("%s(%p, %p, %d)", __func__, dev, data, count); -- cgit v1.1