summaryrefslogtreecommitdiff
path: root/libgps_core.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-08-27 21:28:54 -0400
committerEric S. Raymond <esr@thyrsus.com>2014-08-27 21:28:54 -0400
commit3756d7a8103057b66d4ac2826535562494640a57 (patch)
treecb730426befccdfabd5732538412c243441f5306 /libgps_core.c
parent44c7e898076f407abed9342acf8005a318af2101 (diff)
downloadgpsd-3756d7a8103057b66d4ac2826535562494640a57.tar.gz
splint/cppcheck cleanuo after the gpsd_report change.
All regression tests pass.
Diffstat (limited to 'libgps_core.c')
-rw-r--r--libgps_core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgps_core.c b/libgps_core.c
index a222ae13..42c5051c 100644
--- a/libgps_core.c
+++ b/libgps_core.c
@@ -145,8 +145,10 @@ int gps_read(struct gps_data_t *gpsdata)
#endif /* SOCKET_EXPORT_ENABLE */
/*@ +usedef +compdef +uniondef @*/
+ /*@-usedef@*/
libgps_debug_trace((DEBUG_CALLS, "gps_read() -> %d (%s)\n",
status, gps_maskdump(gpsdata->set)));
+ /*@+usedef@*/
return status;
}