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
dda7dda971
commit
7a03024517
1 changed files with 1 additions and 0 deletions
|
@ -347,6 +347,7 @@ static void debug_print_pressures(struct plot_info *pi)
|
|||
*/
|
||||
void populate_pressure_information(struct dive *dive, struct divecomputer *dc, struct plot_info *pi, int o2_flag)
|
||||
{
|
||||
(void) dc;
|
||||
int i, cylinderid, cylinderindex = -1;
|
||||
pr_track_t *track_pr[MAX_CYLINDERS] = { NULL, };
|
||||
pr_track_t *current = NULL;
|
||||
|
|
Loading…
Add table
Reference in a new issue