mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-05 18:05:16 +00:00
pmcstat: suppress uninitialized warning of event
This commit is contained in:
parent
a5efdbd0c9
commit
ae266f9f94
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334256
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user