mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:13:25 +00:00
Silence warnings in cochran.c
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a61ce696a4
commit
ee6f60515c
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ static void cochran_dive_event(struct divecomputer *dc, const unsigned char *s,
|
|||
* Parse sample data, extract events and build a dive
|
||||
*/
|
||||
static void cochran_parse_samples(struct dive *dive, const unsigned char *log,
|
||||
const unsigned char *samples, int size,
|
||||
const unsigned char *samples, unsigned int size,
|
||||
unsigned int *duration, double *max_depth,
|
||||
double *avg_depth, double *min_temp)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue