Fix warning: unused parameter ‘str’ when compiling on a non Windows machine

svn path=/trunk/; revision=47466
This commit is contained in:
Pascal Quantin 2013-02-04 16:35:51 +00:00
parent 3b1bf70380
commit 79eb789b0d
1 changed files with 1 additions and 1 deletions

View File

@ -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];