mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Silence warnings in gaspressures.c
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
1048845650
commit
2da2eb79bc
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ static void fill_missing_tank_pressures(struct dive *dive, struct plot_info *pi,
|
|||
{
|
||||
int cyl, i;
|
||||
struct plot_data *entry;
|
||||
pr_interpolate_t interpolate = { 0 };
|
||||
pr_interpolate_t interpolate = { 0, 0, 0, 0 };
|
||||
pr_track_t *last_segment = NULL;
|
||||
int cur_pr[MAX_CYLINDERS]; // cur_pr[MAX_CYLINDERS] is the CCR diluent cylinder
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue