diff options
author | Tomaz Canabrava <tomaz.canabrava@gmail.com> | 2016-03-08 02:29:05 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-08 20:58:22 -0800 |
commit | 7a03024517e7c3d19d096e9343d6c5e9639464c0 (patch) | |
tree | 9bf10fb64fac1f14863fd2f8aac05cdc8e1885e9 /subsurface-core/gaspressures.c | |
parent | dda7dda971c4dfa107eece981683e217c8cc278a (diff) | |
download | subsurface-7a03024517e7c3d19d096e9343d6c5e9639464c0.tar.gz |
Silence warnings in gaspressures.c
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-core/gaspressures.c')
-rw-r--r-- | subsurface-core/gaspressures.c | 1 |
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; |