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
|
|
@ -8,5 +8,7 @@ extern int ioctl_open(char d);
|
|||
extern void ioctl_reset();
|
||||
extern void ioctl_close();
|
||||
void ioctl_set_drive(char d);
|
||||
void ioctl_audio_callback(int16_t *output, int len);
|
||||
void ioctl_audio_stop();
|
||||
|
||||
#endif /* ! CDROM_IOCTL_H */
|
||||
|
|
|
|||
Loading…
Reference in a new issue