Silence warnings in deco.c

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2016-03-07 16:54:31 -03:00 committed by Dirk Hohndel
parent f81dd80a48
commit 91ee285d93

View file

@ -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;