mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-26 08:20:38 +01:00
[v1.03] Add void to function declarations with no args. C99 Standard says in 6.7.5.3 that empty arguments are actually obsolescent - this commit fixes a warning in some compilers
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "cpu.h"
|
||||
|
||||
// https://www.kernel.org/doc/html/latest/core-api/cpu_hotplug.html
|
||||
int get_ncores_from_cpuinfo() {
|
||||
int get_ncores_from_cpuinfo(void) {
|
||||
// Examples:
|
||||
// 0-271
|
||||
// 0-7
|
||||
|
||||
Reference in New Issue
Block a user