summaryrefslogtreecommitdiff
path: root/gps2udp.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-09-29 14:33:11 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-09-29 14:33:11 -0400
commit3c77874367f3b44fb4030df62c7bb5e128a19dcf (patch)
tree834ed58ceb9fc7beace857f122464d9c963a7741 /gps2udp.c
parent9cfee07284fa5fafe6d19b87d9d053f9d2cac2ac (diff)
downloadgpsd-3c77874367f3b44fb4030df62c7bb5e128a19dcf.tar.gz
splint and cppcheck cleanup. All regression tests pass.
Diffstat (limited to 'gps2udp.c')
-rw-r--r--gps2udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gps2udp.c b/gps2udp.c
index ad082786..d74c9571 100644
--- a/gps2udp.c
+++ b/gps2udp.c
@@ -291,7 +291,7 @@ static ssize_t read_gpsd(char *message, size_t len)
retry = 0;
}
if (debug > 0)
- ignore_return(write (1, ".", 1));
+ /*@i2@*/ignore_return(write (1, ".", 1));
break;
default: /* we lost connection with gpsd */