Fix some warnings

Two unused variables and one case of sign confusion.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-05-06 11:11:30 -07:00
parent 38af1f2ab9
commit 9e45999a01
3 changed files with 1 additions and 3 deletions

View file

@ -373,7 +373,6 @@ static dc_status_t read_ostc4_settings(dc_device_t *device, DeviceDetails *m_dev
dc_event_progress_t progress;
progress.current = 0;
progress.maximum = 23;
unsigned char hardware[1];
EMIT_PROGRESS();