summaryrefslogtreecommitdiffstats
path: root/subsurface-core/gaspressures.c
diff options
context:
space:
mode:
Diffstat (limited to 'subsurface-core/gaspressures.c')
-rw-r--r--subsurface-core/gaspressures.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-core/gaspressures.c b/subsurface-core/gaspressures.c
index 3cbb36773..1062c5283 100644
--- a/subsurface-core/gaspressures.c
+++ b/subsurface-core/gaspressures.c
@@ -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;