Silence warnings in planner.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:49 -03:00 committed by Dirk Hohndel
parent 91ee285d93
commit a86a2e52c6

View file

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