comparison cpuinfo.c @ 28599:3ff0da40013d

cosmetics: Replace unused 'argc/argv' in main declarations by 'void'.
author diego
date Tue, 17 Feb 2009 12:00:43 +0000
parents 96dfe52d18ff
children 8912d496b5e2
comparison
equal deleted inserted replaced
28598:4172d83194f2 28599:3ff0da40013d
103 d[3] = (v >> 24) & 0xff; 103 d[3] = (v >> 24) & 0xff;
104 } 104 }
105 105
106 106
107 int 107 int
108 main(int argc, char **argv) 108 main(void)
109 { 109 {
110 cpuid_regs_t regs, regs_ext; 110 cpuid_regs_t regs, regs_ext;
111 char idstr[13]; 111 char idstr[13];
112 unsigned max_cpuid; 112 unsigned max_cpuid;
113 unsigned max_ext_cpuid; 113 unsigned max_ext_cpuid;