From 629bac4e7a0a9f7ef2a48ba515dabeee313f38d2 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 10 May 2012 23:18:35 -0400 Subject: Suppress more non-defects. --- gpsdctl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gpsdctl.c') diff --git a/gpsdctl.c b/gpsdctl.c index a3346d47..bc2daa94 100644 --- a/gpsdctl.c +++ b/gpsdctl.c @@ -100,6 +100,7 @@ int main(int argc, char *argv[]) if (optenv != NULL) gpsd_options = optenv; + /* coverity[string_size] */] if (gpsd_control(argv[1], argv[2]) < 0) exit(1); else -- cgit v1.2.1