aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--subsurface-core/planner.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-core/planner.c b/subsurface-core/planner.c
index db1460a5c..1828d5a11 100644
--- a/subsurface-core/planner.c
+++ b/subsurface-core/planner.c
@@ -866,6 +866,7 @@ static void add_plan_to_notes(struct diveplan *diveplan, struct dive *dive, bool
int ascent_velocity(int depth, int avg_depth, int bottom_time)
{
+ (void) bottom_time;
/* We need to make this configurable */
/* As an example (and possibly reasonable default) this is the Tech 1 provedure according