From 9e45999a01471678001af1b2c292776cf30253ce Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 6 May 2017 11:11:30 -0700 Subject: Fix some warnings Two unused variables and one case of sign confusion. Signed-off-by: Dirk Hohndel --- core/configuredivecomputerthreads.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'core') diff --git a/core/configuredivecomputerthreads.cpp b/core/configuredivecomputerthreads.cpp index 39c3b5c63..ff592b717 100644 --- a/core/configuredivecomputerthreads.cpp +++ b/core/configuredivecomputerthreads.cpp @@ -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(); -- cgit v1.2.3-70-g09d2