summaryrefslogtreecommitdiff
path: root/isgps.c
diff options
context:
space:
mode:
Diffstat (limited to 'isgps.c')
-rw-r--r--isgps.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/isgps.c b/isgps.c
index 1e094f26..59d48699 100644
--- a/isgps.c
+++ b/isgps.c
@@ -177,6 +177,8 @@ void isgps_init( /*@out@*/ struct gps_packet_t *session)
}
/*@ -usereleased -compdef @*/
+// This works around cppcheck not looking into enough config branches
+// cppcheck-suppress unusedFunction
enum isgpsstat_t isgps_decode(struct gps_packet_t *session,
bool(*preamble_match) (isgps30bits_t *),
bool(*length_check) (struct gps_packet_t *),