Codechange: Silence warnings about intentionally unused parameters.
This commit is contained in:
@@ -155,7 +155,7 @@ void ottd_cpuid(int info[4], int type)
|
||||
}
|
||||
}
|
||||
#else
|
||||
void ottd_cpuid(int info[4], int type)
|
||||
void ottd_cpuid(int info[4], int)
|
||||
{
|
||||
info[0] = info[1] = info[2] = info[3] = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user