aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--subsurface-core/profile.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/subsurface-core/profile.c b/subsurface-core/profile.c
index edba51ebd..8cc6efb12 100644
--- a/subsurface-core/profile.c
+++ b/subsurface-core/profile.c
@@ -157,6 +157,9 @@ void remember_event(const char *eventname)
evn_used++;
}
+/* UNUSED! */
+static int get_local_sac(struct plot_data *entry1, struct plot_data *entry2, struct dive *dive) __attribute__((unused));
+
/* Get local sac-rate (in ml/min) between entry1 and entry2 */
static int get_local_sac(struct plot_data *entry1, struct plot_data *entry2, struct dive *dive)
{