From 7180c708e9cd8de3ebb5e281fe2709a027624cee Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 7 Oct 2013 22:37:32 -0700 Subject: Fix some signedness issues I always worry if these are worth following up on - but these seem pretty clear and obvious to me. As far as the planner is concerned, depth is unsigned. Signed-off-by: Dirk Hohndel --- dive.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dive.h') diff --git a/dive.h b/dive.h index 98cae9c38..d466643d2 100644 --- a/dive.h +++ b/dive.h @@ -692,7 +692,7 @@ extern double restore_deco_state(char *data); struct divedatapoint { int time; - int depth; + unsigned int depth; int o2; int he; int po2; -- cgit v1.2.3-70-g09d2