From 5acd97c7e0d8ede209ac8cea6bbc5b6da1329ade Mon Sep 17 00:00:00 2001 From: Thomas Veerman Date: Wed, 7 Dec 2011 15:20:26 +0000 Subject: [PATCH] Enable GCOV always --- commands/gcov-pull/gcov-pull.c | 3 +-- lib/nbsd_libminlib/Makefile | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/commands/gcov-pull/gcov-pull.c b/commands/gcov-pull/gcov-pull.c index 518fe8f27..e67241c26 100644 --- a/commands/gcov-pull/gcov-pull.c +++ b/commands/gcov-pull/gcov-pull.c @@ -34,9 +34,8 @@ int read_int(void) int main(int argc, char *argv[]) { FILE *fd = NULL; - int i, server_nr, command, size, result; + int server_nr, command, size, result; char buff[BUFF_SZ]; /* Buffer for all the metadata and file data sent */ - message msg; /* message sent to vfs */ if(argc!=2 || sscanf(argv[1], "%d", &server_nr)!=1) { fprintf(stderr, "Usage: %s \n", argv[0]); diff --git a/lib/nbsd_libminlib/Makefile b/lib/nbsd_libminlib/Makefile index 0e599a0af..12bbfc39c 100644 --- a/lib/nbsd_libminlib/Makefile +++ b/lib/nbsd_libminlib/Makefile @@ -11,9 +11,7 @@ SRCS+= fslib.c fsversion.c SRCS+= dhcp_gettag.c dhcp_settag.c # Gcov support. -.if ${MKCOVERAGE} != "no" SRCS+= gcov.c gcov_flush.c -.endif # Various utils SRCS+= itoa.c u64util.c -- 2.44.0