Fixed compiler warnings for Windows builds.
Added -Werror to Windows makefiles.
This commit is contained in:
parent
334992ef54
commit
2b892d2a7a
168 changed files with 1927 additions and 1963 deletions
|
|
@ -125,6 +125,7 @@ uint8_t cyrix_read(uint16_t addr, void *priv);
|
|||
|
||||
extern int is8086;
|
||||
|
||||
void cpu_CPUID();
|
||||
void cpu_RDMSR();
|
||||
void cpu_WRMSR();
|
||||
|
||||
|
|
@ -137,5 +138,7 @@ extern int isa_cycles;
|
|||
#define ISA_CYCLES(x) ((x * isa_cycles) >> ISA_CYCLES_SHIFT)
|
||||
|
||||
void cpu_update_waitstates();
|
||||
void cpu_set();
|
||||
void cpu_set_edx();
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue