mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
38af1f2ab9
commit
9e45999a01
3 changed files with 1 additions and 3 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue