mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-12-05 21:27:13 -06:00
explicit void declaration, remove unused arg. thanks ccomp
This commit is contained in:
@@ -109,7 +109,7 @@ static int parsecpuinfo()
|
||||
}
|
||||
#endif
|
||||
|
||||
int cpucount()
|
||||
int cpucount(void)
|
||||
{
|
||||
int ncpu;
|
||||
#ifdef _SC_NPROCESSORS_ONLN
|
||||
|
||||
Reference in New Issue
Block a user