mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-26 02:25:13 +00:00
Adding Werror to compilation and solve warnings
This commit is contained in:
@@ -30,13 +30,6 @@ void pspAudioSetVolume(int channel, int left, int right)
|
||||
AudioStatus[channel].volumeleft = left;
|
||||
}
|
||||
|
||||
void pspAudioChannelThreadCallback(int channel, void *buf, unsigned int reqn)
|
||||
{
|
||||
pspAudioCallback_t callback;
|
||||
callback=AudioStatus[channel].callback;
|
||||
}
|
||||
|
||||
|
||||
void pspAudioSetChannelCallback(int channel, pspAudioCallback_t callback, void *pdata)
|
||||
{
|
||||
volatile psp_audio_channelinfo *pci = &AudioStatus[channel];
|
||||
|
||||
@@ -41,7 +41,6 @@ void pspAudioEndPre();
|
||||
void pspAudioEnd();
|
||||
|
||||
void pspAudioSetVolume(int channel, int left, int right);
|
||||
void pspAudioChannelThreadCallback(int channel, void *buf, unsigned int reqn);
|
||||
void pspAudioSetChannelCallback(int channel, pspAudioCallback_t callback, void *pdata);
|
||||
int pspAudioOutBlocking(unsigned int channel, unsigned int vol1, unsigned int vol2, void *buf);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user