From 91ee285d9314f78047853281f102cef20285e4da Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Mon, 7 Mar 2016 16:54:31 -0300 Subject: [PATCH] Silence warnings in deco.c Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- subsurface-core/deco.c | 1 + 1 file changed, 1 insertion(+) 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;