X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fturbostat.c;h=bd5d86cdd626b7f216a7c82252d01227facdba44;hb=95dcf60c822e4ab92c0dd1a7ff6cba73bc55bcd1;hp=7784e9b915ed5903d715a7d426b1a49a155f4b24;hpb=45231b8e730aad3f355597a9881fa6cf02b165c6;p=collectd.git diff --git a/src/turbostat.c b/src/turbostat.c index 7784e9b9..bd5d86cd 100644 --- a/src/turbostat.c +++ b/src/turbostat.c @@ -805,7 +805,7 @@ guess: * Identify the functionality of the CPU */ static int __attribute__((warn_unused_result)) -probe_cpu() +probe_cpu(void) { unsigned int eax, ebx, ecx, edx, max_level; unsigned int fms, family, model; @@ -1147,7 +1147,7 @@ allocate_cpu_set(cpu_set_t ** set, size_t * size) { * Build a local representation of the cpu distribution */ static int __attribute__((warn_unused_result)) -topology_probe() +topology_probe(void) { unsigned int i; int ret; @@ -1342,7 +1342,7 @@ free_all_buffers(void) CPU_FREE(cpu_present_set); cpu_present_set = NULL; - cpu_present_set = 0; + cpu_present_setsize = 0; CPU_FREE(cpu_affinity_set); cpu_affinity_set = NULL;