aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--version_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/version_info.c b/version_info.c
index d8f46be60e..3998360526 100644
--- a/version_info.c
+++ b/version_info.c
@@ -607,7 +607,7 @@ void get_os_version_info(GString *str)
/*
* Get the CPU info, and append it to the GString
*/
-void get_cpu_info(GString *str)
+void get_cpu_info(GString *str _U_)
{
#if defined(_WIN32)
int CPUInfo[4];