summaryrefslogtreecommitdiff
path: root/monitor_italk.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-03-06 20:16:48 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-03-06 20:16:48 +0000
commitbcdfade67943a84273dfdafd11cd351ef7931a31 (patch)
tree3013225c09698037edf983bd2268e7f24b2f09db /monitor_italk.c
parent43c81ec0819448b253832d831c9d56296db802b0 (diff)
downloadgpsd-bcdfade67943a84273dfdafd11cd351ef7931a31.tar.gz
Some things splint just has to be told to shut up about.
Diffstat (limited to 'monitor_italk.c')
-rw-r--r--monitor_italk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/monitor_italk.c b/monitor_italk.c
index 5be8eb34..543c1848 100644
--- a/monitor_italk.c
+++ b/monitor_italk.c
@@ -33,6 +33,7 @@ static bool italk_initialize(void)
{
int i;
+ /*@ -onlytrans @*/
/* "heavily inspired" by monitor_nmea.c */
if ((satwin = derwin(devicewin, MAX_NR_VISIBLE_PRNS+3, 27, 0, 0)) == NULL)
return false;
@@ -73,6 +74,7 @@ static bool italk_initialize(void)
display(navfixwin, 12, 20, " NAV_FIX ");
(void)wattrset(navfixwin, A_NORMAL);
return true;
+ /*@ +onlytrans @*/
}
static void display_itk_navfix(unsigned char *buf, size_t len){