summaryrefslogtreecommitdiffstats
path: root/core/parse-xml.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-20 17:25:18 -0400
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-20 17:25:18 -0400
commit27c49fe3ad8d1314c5aee5eee34668a494e31aa8 (patch)
tree0b0ed3a27f7c750873854c4ac730a59387c351e5 /core/parse-xml.c
parent12dac214aa96eb755f975f3eae464e4abd80ad76 (diff)
downloadsubsurface-27c49fe3ad8d1314c5aee5eee34668a494e31aa8.tar.gz
Silence random warnings
None of these seem to point to actual issues, so let's quiet them. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/parse-xml.c')
-rw-r--r--core/parse-xml.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/parse-xml.c b/core/parse-xml.c
index a2365c0aa..9b5123ad5 100644
--- a/core/parse-xml.c
+++ b/core/parse-xml.c
@@ -3359,6 +3359,7 @@ extern int divinglog_profile(void *handle, int columns, char **data, char **colu
int ppo2_2 = atoi_n(ptr5 + 3, 3);
int ppo2_3 = atoi_n(ptr5 + 6, 3);
int otu = atoi_n(ptr5 + 9, 4);
+ (void) otu; // we seem to not store this? Do we understand its format?
int cns = atoi_n(ptr5 + 13, 4);
int setpoint = atoi_n(ptr5 + 17, 2);