diff options
Diffstat (limited to 'subsurface-core/deco.c')
-rw-r--r-- | subsurface-core/deco.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-core/deco.c b/subsurface-core/deco.c index 506d8b58f..dff88d338 100644 --- a/subsurface-core/deco.c +++ b/subsurface-core/deco.c @@ -489,6 +489,7 @@ void calc_crushing_pressure(double pressure) /* add period_in_seconds at the given pressure and gas to the deco calculation */ void add_segment(double pressure, const struct gasmix *gasmix, int period_in_seconds, int ccpo2, const struct dive *dive, int sac) { + (void) sac; int ci; struct gas_pressures pressures; |