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
|
|
@ -18,3 +18,12 @@ void sound_set_cd_volume(unsigned int vol_l, unsigned int vol_r);
|
|||
|
||||
extern int sound_pos_global;
|
||||
void sound_speed_changed();
|
||||
|
||||
void sound_init();
|
||||
void sound_reset();
|
||||
|
||||
void initalmain(int argc, char *argv[]);
|
||||
void inital();
|
||||
|
||||
void givealbuffer(int32_t *buf);
|
||||
void givealbuffer_cd(int16_t *buf);
|
||||
|
|
|
|||
Loading…
Reference in a new issue