summaryrefslogtreecommitdiffstats
path: root/cpudetect.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpudetect.c')
-rw-r--r--cpudetect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpudetect.c b/cpudetect.c
index 2261059ac1..ca00c8d7a3 100644
--- a/cpudetect.c
+++ b/cpudetect.c
@@ -45,7 +45,7 @@ static void check_os_katmai_support( void );
#if 1
// return TRUE if cpuid supported
-static int has_cpuid()
+static int has_cpuid(void)
{
long a, c;