pmcstat: suppress uninitialized warning of event

This commit is contained in:
mmacy 2018-05-27 17:49:27 +00:00
parent db8df8c90c
commit 3fe632a10d

View File

@ -487,6 +487,7 @@ main(int argc, char **argv)
bzero(&ds_start, sizeof(ds_start));
bzero(&ds_end, sizeof(ds_end));
ev = NULL;
event = NULL;
CPU_ZERO(&cpumask);
/* Default to using the running system kernel. */