diff --git a/src/plugins/acct_gather_energy/rapl/acct_gather_energy_rapl.c b/src/plugins/acct_gather_energy/rapl/acct_gather_energy_rapl.c index a7c91e509179287900623eb4e5a8aacf2e286a23..72a6576dbca639491c25ec05737216982364c490 100644 --- a/src/plugins/acct_gather_energy/rapl/acct_gather_energy_rapl.c +++ b/src/plugins/acct_gather_energy/rapl/acct_gather_energy_rapl.c @@ -236,7 +236,7 @@ static void _hardware(void) { char buf[1024]; FILE *fd; - int cpu, pkg; + int cpu = 0, pkg = 0; if ((fd = fopen("/proc/cpuinfo", "r")) == 0) fatal("RAPL: error on attempt to open /proc/cpuinfo");