summaryrefslogtreecommitdiff
path: root/bits.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-09-23 12:31:36 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-09-23 12:32:28 -0400
commiteee5f7528e81eb9729fb1d30359c127533be7c9b (patch)
tree5eecdffec64987d1cf6d58905a0e44b99c46f410 /bits.c
parente6ec2861a58c39ec19c8850a03865882c40d342e (diff)
downloadgpsd-eee5f7528e81eb9729fb1d30359c127533be7c9b.tar.gz
Merge Igor Socec's initialization code for TSIP. All regression tests pass.
Diffstat (limited to 'bits.c')
-rw-r--r--bits.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bits.c b/bits.c
index 88ab2d91..21b635f0 100644
--- a/bits.c
+++ b/bits.c
@@ -126,7 +126,6 @@ void putbef32(char *buf, int off, float val)
}
#ifdef __UNUSED__
-// cppcheck-suppress unusedFunction
void putbed64(char *buf, int off, double val)
{
union long_double l_d;