From a34118b0a18820dc7d034dd04a0108c77ec12326 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 17 Sep 2013 08:02:43 -0400 Subject: More cppcheck cleanup. --- libgps_core.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libgps_core.c') diff --git a/libgps_core.c b/libgps_core.c index 5da71c4e..3ad9716d 100644 --- a/libgps_core.c +++ b/libgps_core.c @@ -179,6 +179,7 @@ int gps_stream(struct gps_data_t *gpsdata CONDITIONALLY_UNUSED, int status = -1; #ifdef SOCKET_EXPORT_ENABLE + /* cppcheck-suppress redundantAssignment */ status = gps_sock_stream(gpsdata, flags, d); #endif /* SOCKET_EXPORT_ENABLE */ -- cgit v1.2.1