From 56e719970de0fcbbc6c086159f31f82b5eb35128 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 6 Nov 2013 20:38:37 -0500 Subject: Code is fully cppcheck, splint, and Coverity clean. All regression tests pass. PPS is live. --- gpsclient.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gpsclient.c') diff --git a/gpsclient.c b/gpsclient.c index 1c573c09..9e924b99 100644 --- a/gpsclient.c +++ b/gpsclient.c @@ -83,6 +83,7 @@ PyDoc_STRVAR(module_doc, extern PyMODINIT_FUNC initclienthelpers(void); PyMODINIT_FUNC +// cppcheck-suppress unusedFunction initclienthelpers(void) { PyObject *m; -- cgit v1.2.1