diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-05-06 11:11:30 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-05-06 11:12:28 -0700 |
commit | 9e45999a01471678001af1b2c292776cf30253ce (patch) | |
tree | dd1a0719ea90ca443cbe095569df87e04fb1f8ab /core/configuredivecomputerthreads.cpp | |
parent | 38af1f2ab93f2ed20552b0869a02844778138739 (diff) | |
download | subsurface-9e45999a01471678001af1b2c292776cf30253ce.tar.gz |
Fix some warnings
Two unused variables and one case of sign confusion.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/configuredivecomputerthreads.cpp')
-rw-r--r-- | core/configuredivecomputerthreads.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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(); |