summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2bda2a5)
raw | patch | inline | side by side (parent: 2bda2a5)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Thu, 3 Mar 2016 22:02:03 +0000 (23:02 +0100) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Thu, 3 Mar 2016 22:02:03 +0000 (23:02 +0100) |
src/turbostat.c | patch | blob | history |
diff --git a/src/turbostat.c b/src/turbostat.c
index 14ce29fdb20c0ef9d40ddda2ea48af88ea6da991..e17e0c2cd31f5b3b1b00624be3d4657a7e400e12 100644 (file)
--- a/src/turbostat.c
+++ b/src/turbostat.c
* 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;
* Build a local representation of the cpu distribution
*/
static int __attribute__((warn_unused_result))
-topology_probe()
+topology_probe(void)
{
unsigned int i;
int ret;