mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
91ee285d93
commit
a86a2e52c6
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
int ascent_velocity(int depth, int avg_depth, int bottom_time)
|
||||||
{
|
{
|
||||||
|
(void) bottom_time;
|
||||||
/* We need to make this configurable */
|
/* We need to make this configurable */
|
||||||
|
|
||||||
/* As an example (and possibly reasonable default) this is the Tech 1 provedure according
|
/* As an example (and possibly reasonable default) this is the Tech 1 provedure according
|
||||||
|
|
Loading…
Add table
Reference in a new issue